Modified router name
This commit is contained in:
parent
d5afc59973
commit
542b26f8d7
1 changed files with 3 additions and 3 deletions
|
|
@ -9,9 +9,9 @@ services:
|
|||
replicas: ${REPLICAS}
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.web-fishy.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.web-fishy.entrypoints=${ENTRYPOINT}"
|
||||
- "traefik.http.routers.web-fishy.tls.certresolver=${CERTRESOLVER}"
|
||||
- "traefik.http.routers.fyp-web.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.fyp-web.entrypoints=${ENTRYPOINT}"
|
||||
- "traefik.http.routers.fyp-web.tls.certresolver=${CERTRESOLVER}"
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
networks:
|
||||
- proxy
|
||||
|
|
|
|||
Loading…
Reference in a new issue