1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Update changelog and fix traefik recipe

This commit is contained in:
David Young
2017-12-28 11:43:15 +13:00
parent 973c2d29e8
commit ddffdb9b2f
2 changed files with 7 additions and 1 deletions

View File

@@ -121,7 +121,12 @@ networks:
- subnet: 10.1.0.0/24
```
Docker won't start an image with a bind-mount to a non-existent file, so prepare acme.json by running ```touch /var/data/traefik/acme.json```.
Docker won't start an image with a bind-mount to a non-existent file, so prepare acme.json (_with the appropriate permissions_) by running:
```
touch /var/data/traefik/acme.json
chmod 600 /var/data/traefik/acme.json
```.
### Launch