fix router name
This commit is contained in:
parent
00bebc9bf3
commit
720a109255
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ services:
|
|||
- "traefik.http.routers.info.tls.certresolver=letsencrypt"
|
||||
- "traefik.http.services.info.loadbalancer.server.port=3000"
|
||||
# MAINTENANCE MIDDLEWARE
|
||||
- "traefik.http.routers.myapp.middlewares=catch-maintenance@docker"
|
||||
- "traefik.http.routers.info.middlewares=catch-maintenance@docker"
|
||||
depends_on:
|
||||
backend:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue