chore: added traefik.enable=true label
This commit is contained in:
10
compose.yml
10
compose.yml
@@ -7,8 +7,10 @@ services:
|
||||
- "8000:3000"
|
||||
labels:
|
||||
- "traefik.http.routers.web.rule=Host(`ward.truyen.network`)"
|
||||
- "traefik.enable=true"
|
||||
|
||||
whoami:
|
||||
image: traefik/whoami
|
||||
labels:
|
||||
- "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)"
|
||||
# whoami:
|
||||
# image: traefik/whoami
|
||||
# labels:
|
||||
# - "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)"
|
||||
# - "traefik.enable=true"
|
||||
|
||||
Reference in New Issue
Block a user