diff --git a/examples/circuit_breaker/docker-compose.yml b/examples/circuit_breaker/docker-compose.yml index 8cc962bf..6b463435 100644 --- a/examples/circuit_breaker/docker-compose.yml +++ b/examples/circuit_breaker/docker-compose.yml @@ -23,7 +23,6 @@ services: - "traefik.http.routers.traefik.entrypoints=web" - "traefik.http.routers.traefik.rule=Host(`traefik.${DOMAIN_NAME}`)" - "traefik.http.services.traefik.loadbalancer.server.port=8080" - restart: always volumes: - "/var/run/docker.sock:/var/run/docker.sock:ro" networks: diff --git a/examples/consul_sd/docker-compose.yml b/examples/consul_sd/docker-compose.yml index 0ebdbde1..d1cf2edc 100644 --- a/examples/consul_sd/docker-compose.yml +++ b/examples/consul_sd/docker-compose.yml @@ -23,7 +23,6 @@ services: - "traefik.http.routers.traefik.entrypoints=web" - "traefik.http.routers.traefik.rule=Host(`traefik.${DOMAIN_NAME}`)" - "traefik.http.services.traefik.loadbalancer.server.port=8080" - restart: always volumes: - "/var/run/docker.sock:/var/run/docker.sock:ro" networks: diff --git a/examples/consul_template_sd/docker-compose.yml b/examples/consul_template_sd/docker-compose.yml index ee45f4b2..81f7f463 100644 --- a/examples/consul_template_sd/docker-compose.yml +++ b/examples/consul_template_sd/docker-compose.yml @@ -23,7 +23,6 @@ services: - "traefik.http.routers.traefik.entrypoints=web" - "traefik.http.routers.traefik.rule=Host(`traefik.${DOMAIN_NAME}`)" - "traefik.http.services.traefik.loadbalancer.server.port=8080" - restart: always volumes: - "/var/run/docker.sock:/var/run/docker.sock:ro" networks: diff --git a/examples/http_cache/docker-compose.yml b/examples/http_cache/docker-compose.yml index a54bd683..cf603aae 100644 --- a/examples/http_cache/docker-compose.yml +++ b/examples/http_cache/docker-compose.yml @@ -23,7 +23,6 @@ services: - "traefik.http.routers.traefik.entrypoints=web" - "traefik.http.routers.traefik.rule=Host(`traefik.${DOMAIN_NAME}`)" - "traefik.http.services.traefik.loadbalancer.server.port=8080" - restart: always volumes: - "/var/run/docker.sock:/var/run/docker.sock:ro" networks: diff --git a/examples/prometheus_metrics/docker-compose.yml b/examples/prometheus_metrics/docker-compose.yml index 0b73723f..b069caaf 100644 --- a/examples/prometheus_metrics/docker-compose.yml +++ b/examples/prometheus_metrics/docker-compose.yml @@ -23,7 +23,6 @@ services: - "traefik.http.routers.traefik.entrypoints=web" - "traefik.http.routers.traefik.rule=Host(`traefik.${DOMAIN_NAME}`)" - "traefik.http.services.traefik.loadbalancer.server.port=8080" - restart: always volumes: - "/var/run/docker.sock:/var/run/docker.sock:ro" networks: diff --git a/examples/unit_testing/docker-compose.yml b/examples/unit_testing/docker-compose.yml index 0ebdbde1..d1cf2edc 100644 --- a/examples/unit_testing/docker-compose.yml +++ b/examples/unit_testing/docker-compose.yml @@ -23,7 +23,6 @@ services: - "traefik.http.routers.traefik.entrypoints=web" - "traefik.http.routers.traefik.rule=Host(`traefik.${DOMAIN_NAME}`)" - "traefik.http.services.traefik.loadbalancer.server.port=8080" - restart: always volumes: - "/var/run/docker.sock:/var/run/docker.sock:ro" networks: diff --git a/examples/zipkin_tracing/docker-compose.yml b/examples/zipkin_tracing/docker-compose.yml index af71b0f1..1a88dda3 100644 --- a/examples/zipkin_tracing/docker-compose.yml +++ b/examples/zipkin_tracing/docker-compose.yml @@ -23,7 +23,6 @@ services: - "traefik.http.routers.traefik.entrypoints=web" - "traefik.http.routers.traefik.rule=Host(`traefik.${DOMAIN_NAME}`)" - "traefik.http.services.traefik.loadbalancer.server.port=8080" - restart: always volumes: - "/var/run/docker.sock:/var/run/docker.sock:ro" networks: