🔧 Fixing a container name in docker-compose for traefik
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.threetwo-ui.rule=Host(`localhost`)"
|
- "traefik.http.routers.threetwo-ui.rule=Host(`localhost`)"
|
||||||
- "traefik.http.services.threetwo.loadbalancer.server.port=8050"
|
- "traefik.http.services.threetwo-ui.loadbalancer.server.port=8050"
|
||||||
- "traefik.docker.network=proxy"
|
- "traefik.docker.network=proxy"
|
||||||
ports:
|
ports:
|
||||||
- "8050:8050"
|
- "8050:8050"
|
||||||
|
|||||||
Reference in New Issue
Block a user