Skip to content

Commit

Permalink
Merge pull request #347 from stakwork/update/restart-policy-docker-co…
Browse files Browse the repository at this point in the history
…mpose

update: added restart to traefik in the docker compose file
  • Loading branch information
tobi-bams authored Oct 11, 2024
2 parents 7353398 + c8a7214 commit 6a5e9a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ services:
load_balancer:
image: traefik:v2.2.1
container_name: load_balancer
restart: on-failure
networks:
- sphinx-swarm
command:
Expand Down

0 comments on commit 6a5e9a2

Please sign in to comment.