1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2026-01-03 20:09:22 +00:00

Update leanpub manuscript

This commit is contained in:
David Young
2019-05-10 21:57:23 +12:00
parent a80f4c553e
commit aff2adfc82
10 changed files with 22 additions and 26 deletions

View File

@@ -39,7 +39,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- /var/data/ghost/:/var/lib/ghost/content
networks:
- traefik
- traefik_public
deploy:
labels:
- traefik.frontend.rule=Host:ghost.example.com
@@ -47,7 +47,7 @@ services:
- traefik.port=2368
networks:
traefik:
traefik_public:
external: true
```