From f8fda83d3e22c18948d7515e5cb988b21e97dd2a Mon Sep 17 00:00:00 2001 From: sporada Date: Thu, 22 Apr 2021 21:47:34 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e6b3f1..df44562 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,5 @@ Inspired by: https://github.com/awesome-selfhosted/awesome-selfhosted 4. Clone this git into services with `git clone https://gitea.sporada.eu/sporada/selfhosted-traefik.git`. 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