Hi, you must have seen an input field where you can put in your domain.
Please try to start all over again by doing the following:
- Click on the
Stop containers
button and wait until they are stopped - run via CLI:
sudo docker stop nextcloud-aio-mastercontainer && \
sudo docker rm nextcloud-aio-mastercontainer && \
docker container prune -f && \
docker volume prune -f && \
docker pull nextcloud/all-in-one:latest
- Then try to run the in the readme mentioned
docker run...
command again.
Please report back if that works. Thanks!