Hello,
I’m having a problem after the last update. At the end of the Update I’m getting this error:
⠿ Network mailcowdockerized_mailcow-network Created 0.1s
⠿ Container mailcowdockerized-redis-mailcow-1 Started 5.7s
⠿ Container mailcowdockerized-dockerapi-mailcow-1 Started 5.0s
⠿ Container mailcowdockerized-unbound-mailcow-1 Started 5.0s
⠿ Container mailcowdockerized-solr-mailcow-1 Started 4.9s
⠿ Container mailcowdockerized-watchdog-mailcow-1 Started 5.7s
⠿ Container mailcowdockerized-memcached-mailcow-1 Started 4.9s
⠿ Container mailcowdockerized-olefy-mailcow-1 Started 3.4s
⠿ Container mailcowdockerized-sogo-mailcow-1 Started 5.3s
⠿ Container mailcowdockerized-php-fpm-mailcow-1 Started 8.7s
⠿ Container mailcowdockerized-clamd-mailcow-1 Started 8.1s
⠿ Container mailcowdockerized-mysql-mailcow-1 Started 8.4s
⠿ Container mailcowdockerized-nginx-mailcow-1 Starting 13.0s
⠿ Container mailcowdockerized-postfix-mailcow-1 Started 10.2s
⠿ Container mailcowdockerized-dovecot-mailcow-1 Started 10.4s
⠿ Container mailcowdockerized-acme-mailcow-1 Created 0.1s
⠿ Container mailcowdockerized-ofelia-mailcow-1 Started 12.9s
⠿ Container mailcowdockerized-rspamd-mailcow-1 Started 12.8s
⠿ Container mailcowdockerized-netfilter-mailcow-1 Started 11.0s
Error response from daemon: driver failed programming external connectivity on endpoint mailcowdockerized-nginx-mailcow-1 (_longnumber_): Error starting userland proxy: listen tcp6 [::]:443: bind: address already in use
There is no other webserver running. I have also checked, if the port 443 is realy in use but here is nothing listening on that port.
Do you have any idea?
I’m using a docker-compose.override.yml file. But before the update everything was working fine
version: '2.1'
services:
nginx-mailcow:
ports:
- '[myIPv6]:80:80'
- '[myIPv6]:443:443'
Thank you in advance.
Greetings