diff --git a/docker-compose.yml b/docker-compose.yml index e4c7d64..6c96e41 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,10 +10,8 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.datacenter.entrypoints=web" - - "traefik.http.routers.datacenter.rule=Host(`localhost`)" - - "traefik.routers.datacenter.rule=Path(/datacenter)" + - "traefik.http.routers.workflow.rule=PathPrefix(/datacenter)" - "traefik.http.routers.datacenter.tls=false" - - "traefik.http.services.datacenter.loadbalancer.server.port=80" - "traefik.http.routers.datacenter.middlewares=auth" container_name: oc-datacenter networks: