Update 'README.md'

This commit is contained in:
sporada 2021-04-26 10:10:26 +02:00
parent f8fda83d3e
commit 6ea492244a

View File

@ -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' 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` 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. 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` 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