mailcow / mailcow-dockerized

mailcow: dockerized - ๐Ÿฎ + ๐Ÿ‹ = ๐Ÿ’•
https://mailcow.email
GNU General Public License v3.0
8.97k stars 1.18k forks source link

IPv6Nat is not able to start after update.sh is run #3839

Closed 2mt-hillen closed 4 years ago

2mt-hillen commented 4 years ago

Prior to placing the issue, please check following: (fill out each checkbox with an X once done)

Description of the bug: After running the update-script the ipv6nat-container is not able to be started.

Docker container logs of affected containers: As the container can't start, there are no logs of this container. So here are the logs of the update-script

Creating mailcowdockerized_ipv6nat-mailcow_1   ... error

ERROR: for mailcowdockerized_ipv6nat-mailcow_1  Cannot start service ipv6nat-mailcow: endpoint with name mailcowdockerized_ipv6nat-mailcow_1 already exists in network host

ERROR: for ipv6nat-mailcow  Cannot start service ipv6nat-mailcow: endpoint with name mailcowdockerized_ipv6nat-mailcow_1 already exists in network host
ERROR: Encountered errors while bringing up the project.

Reproduction of said bug: run the update script.

System information:

Question Answer
My operating system Debian 10
Is Apparmor, SELinux or similar active? No
Virtualization technlogy (KVM, VMware, Xen, etc - LXC and OpenVZ are not supported KVM
Server/VM specifications (Memory, CPU Cores) 4GB Ram, 2 Cores
Docker Version (docker version) 19.03.13
Docker-Compose Version (docker-compose version) 1.27.4
Reverse proxy (custom solution) No
andryyy commented 4 years ago

I did run the update script several times and don't have this problem, please check your OS and Docker installation. :)

2mt-hillen commented 4 years ago

So service docker restart seemed to fix it ^^