Closed AhegaHOE closed 2 years ago
Hi, they use OpenVZ, which is not supported. You may try to get rid of resource controlling options like oom_kill_disable
in docker-compose.yml, but that's a dirty hack. I recommend to switch to eth-services.de with a 10% voucher: MUUUUUH10
:smile: - sorry for shameless advertising.
OpenVZ will always troublesome with mailcow.
Contribution guidelines
I've found a bug and checked that ...
Description
After freshly installing Ubuntu 20.04 LTS via Strato vServer, Docker and Docker-Compose with the provided documentation. won't start Mailcow up.
Logs
Steps to reproduce
docker-compose up -d
in/opt/mailcow-dockerized
System information
docker version
)docker-compose version
)git describe --tags `git rev-list --tags --max-count=1`
)Output of
git diff origin/master
, any other changes to the code? If so, please post them:All third-party firewalls and custom iptables rules are unsupported. Please check the Docker docs about how to use Docker with your own ruleset. Nevertheless, iptabels output can help us to help you: iptables -L -vn:
ip6tables -L -vn:
iptables -L -vn -t nat:
ip6tables -L -vn -t nat:
DNS problems? Please run
docker exec -it $(docker ps -qf name=acme-mailcow) dig +short stackoverflow.com @172.22.1.254
(set the IP accordingly, if you changed the internal mailcow network) and post the output: