mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Fix traefik instructions
This commit is contained in:
@@ -157,7 +157,7 @@ services:
|
|||||||
- /var/data/traefik/traefik.log:/traefik.log
|
- /var/data/traefik/traefik.log:/traefik.log
|
||||||
- /var/data/traefik/acme.json:/acme.json
|
- /var/data/traefik/acme.json:/acme.json
|
||||||
networks:
|
networks:
|
||||||
- public
|
- traefik_public
|
||||||
# Global mode makes an instance of traefik listen on _every_ node, so that regardless of which
|
# Global mode makes an instance of traefik listen on _every_ node, so that regardless of which
|
||||||
# node the request arrives on, it'll be forwarded to the correct backend service.
|
# node the request arrives on, it'll be forwarded to the correct backend service.
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user