Open fbermel opened 2 years ago
Hey there,
the update.sh Script calls this mentioned action only if you´ve accepted the native Docker IPv6 NAT Option during the update.sh process.
So that is basically not an issue.
However: It might make sense to check if there is a docker-compose.override.yml or .yaml which have the disabled IPv6 things inside to skip the Docker IPv6 NAT Process in general (since this will appear every time you run the update.sh script and don´t accept the changes from that.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Contribution guidelines
I've found a bug and checked that ...
Description
Hi,
this probably relates somewhat to #4212
In the current master the update.sh script does the following:
If it finds a docker-compose.override.yml it will attempt to save it as a backup and remove the
ipv6nat-mailcow
service from it. This leaves me with the following docker-compose.override.yml which is not valid anymore because I have a comment inside that file. So checking if it's 2 lines long doesn't work anymore and the file is now just empty.If the file is empty should probably be determined some other way.
Also the script should probably not only be checking for
docker-compose.override.yml
but also fordocker-compose.override.yaml
which is also a valid name for a compose file.I think this is a bug in the
update.sh
script, unless I'm doing something wrong but I've followed the procedure in the docs so I'm not sure.Best regards
Logs
Steps to reproduce
System information
docker version
)docker-compose version
)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: