Hi, i previously successfully used the generic setup to run my AIO instance but now i must move it to a different domain.
The domain, which is a subdomain cloud.mydomain.com
points to the network housing the server and the firewall has 80, 443 and 8443 forwarded to the server.
I’ve followed these instructions precisely.
I’ve stopped all containers + master container and used the generic instructions and i’m using the same docker run
command as shown aside from a custom datadir env variable (because i already have data).
I am not using a reverse proxy and datadir is the only env variable specified, nothing else.
I can open the mastercontainer and all containers start successfully.
When i try to open the Nextcloud instance (“Open your Nextcloud”), which opens the correct subdomain i expect, i get ERR_CONNECTION_REFUSED
.
None of the containers appear to log any errors, i’ve run docker logs -f nextcloud-aio-[...]
with mastercontainer, apache, and nextcloud, and none of the three log anything when i refresh the tab where i expect Nextcloud to answer.
> dig cloud.mydomain.com
confirms that the (sub)domain is pointing to the correct IP.
What am i doing wrong?