diff --git a/README.md b/README.md index df44562..2f98bd3 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,6 @@ Inspired by: https://github.com/awesome-selfhosted/awesome-selfhosted 5. For every service copy the live.env.tpl to live.env file and edit it accordingly. 'cp live.env.tpl live.env' 6. Navigate into the traefik with cd traefik` folder and start traefik with `docker-compose --env-file live.env up` 7. Could be that you have to create some networks manually before starting everything. -7. Navigate into the other service folders and start every service with `docker-compose --env-file live.env up` \ No newline at end of file +7. Navigate into the other service folders and start every service with `docker-compose --env-file live.env up` +8. For nextcloud follow this guide and deviate from it where traefik is used etc. + - https://help.nextcloud.com/t/howto-ubuntu-docker-nextcloud-talk-collabora/76430 \ No newline at end of file