AIO This site can’t provide a secure connection

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:

  1. Click on the Stop containers button and wait until they are stopped
  2. 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
  1. Then try to run the in the readme mentioned docker run... command again.

Please report back if that works. Thanks! :slight_smile: