I ran the AIO installer on centos 7 as per the instructions on github, and the apache container is stuck in the running state. The last line in the logs is:
run: loading initial config: loading new config: http app module: start: tcp: listening on :443: listen tcp :443: bind: permission denied
docker ps gives me:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
47bb166aa270 nextcloud/aio-apache:latest “start.sh /usr/bin/s…” 6 minutes ago Up 6 minutes (healthy) 0.0.0.0:443->443/tcp, :::443->443/tcp nextcloud-aio-apache
and ss -lptn ‘sport = :443’ reports:
State Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN 0 128 :443 : users:((“docker-proxy”,pid=8391,fd=4))
LISTEN 0 128 [::]:443 [::]:
Has anyone encountered this before?
Thanks in advance!