I still haven’t resolved this issue :T
Right now I tried stopping NGiNX and then running docker-compose up -d
which gets rid of the errors in the original post, but then NGiNX won’t start up again
root@localhost:/opt/mailcow-dockerized# systemctl status nginx
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2021-05-28 17:13:56 CEST; 8s ago
Docs: man:nginx(8)
Process: 16096 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
Process: 16097 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=1/FAILURE)
May 28 17:13:54 localhost nginx[16097]: nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
May 28 17:13:54 localhost nginx[16097]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
May 28 17:13:55 localhost nginx[16097]: nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
May 28 17:13:55 localhost nginx[16097]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
May 28 17:13:55 localhost nginx[16097]: nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use)
May 28 17:13:55 localhost nginx[16097]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
May 28 17:13:56 localhost nginx[16097]: nginx: [emerg] still could not bind()
May 28 17:13:56 localhost systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
May 28 17:13:56 localhost systemd[1]: nginx.service: Failed with result 'exit-code'.
May 28 17:13:56 localhost systemd[1]: Failed to start A high performance web server and a reverse proxy server.
I really don’t know what could possibly try to take up that port .-.