From f3f1ef7b87c4c86d33d0f35ef8b12bc166b2e95e Mon Sep 17 00:00:00 2001 From: sporada Date: Mon, 26 Apr 2021 10:16:54 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f98bd3..626dbe3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,5 @@ 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` -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 +7. Navigate into the other service folders and start every service with `docker-compose --env-file live.env up` after additional setup steps have been completed. (See netxt step!) +8. Every serveice hase an additional README.md where the specific setup steps for the service is explained. Like creating the .env file etc. Follow those steps and then start the service as said above. \ No newline at end of file