Update install authored by Brian Ó Donnell's avatar Brian Ó Donnell
......@@ -74,6 +74,10 @@ Now, edit the `settings.env` file and replace the values with your desired confi
sudo docker-compose up --build -d
docker-compose start
Due to an outstanding issue with the official collabora docker image, it is necessary to restart it after starting the main stack (see Troubleshooting below)
docker-compose restart collabora
At this point, docker-compose should begin downloading the docker images and starting the containers. It may take several minutes for the installation to complete, but once it's finished you should be able to type your nextcloud hostname into a browser and log in using the username and password you specified in `custom.env`. Once you are logged in, you may wish to change the admin password.
## Upgrading
......@@ -91,7 +95,7 @@ If you cannot log in to nextcloud within several minutes, first run `sudo docker
## Known issues
After the stack is started for the first time, you may see the following message when opening documents in Collabora Online:
Failed to load the document. Please ensure the file type is supported and not corrupted, and try again.
> Failed to load the document. Please ensure the file type is supported and not corrupted, and try again.
You can resolve this issue by running the following command:
......
......