Skip to content

Commit

Permalink
Don't restart containter example
Browse files Browse the repository at this point in the history
  • Loading branch information
mardiros committed Aug 15, 2024
1 parent 7362212 commit 3a31f6d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion examples/circuit_breaker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion examples/consul_sd/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion examples/consul_template_sd/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion examples/http_cache/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion examples/prometheus_metrics/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion examples/unit_testing/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion examples/zipkin_tracing/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3a31f6d

Please sign in to comment.