-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP-FPM v.1.92 fails on exec format error /docker-entrypoint.sh #6325
Comments
Hm exec format error usually means the internal container is trying to do something which is not compatible with that architecture. As you wrote you use x86. Normally docker is downloading the correct image. Can you do a docker image inspect mailcow/phpfpm:1.92 and validate it is saying |
It does say "Docker image inspect" output
|
The issue does not seem to relate to the actual This does however not solve the initial problem that I'm currently stuck at running v1.91, but at least I can now access the mailcow UI which was impossible when running v1.91 with the old entrypoint-file and everything else up to date with the latest. Added the following at the top to make sure that it was the new file running. echo "NEW FILE"
|
Contribution guidelines
I've found a bug and checked that ...
Description
Logs:
Steps to reproduce:
Which branch are you using?
master
Which architecture are you using?
x86
Operating System:
Debian 12
Server/VM specifications:
8GB Memory, 2 Cores
Is Apparmor, SELinux or similar active?
no
Virtualization technology:
KVM (Proxmox)
Docker version:
27.5.1
docker-compose version or docker compose version:
v2.32.4
mailcow version:
2025-01a
Reverse proxy:
Traefik
Logs of git diff:
Logs of iptables -L -vn:
Logs of ip6tables -L -vn:
Logs of iptables -L -vn -t nat:
Logs of ip6tables -L -vn -t nat:
DNS check:
The text was updated successfully, but these errors were encountered: