Hey everyone. When I use the update.sh script mailcow always restarts the docker daemon, killing all of my other containers. Is this intended? If so: Why? This is causing a lot of friction and causes me to delay updating mailcow for as long as possible, especially because not long ago a mailcow update completely destroyed my entire /var/docker directory (every single file was corrupted and needed to replaced from a backup).
I went through the update.sh script and it seems to only restart the docker service in the migrate_docker_nat function, but why does that need to run on every single update?
Thank you for your insights!