Skip to content

Commit

Permalink
changed restart policy to any
Browse files Browse the repository at this point in the history
  • Loading branch information
OomsOoms committed Feb 17, 2025
1 parent a361eb1 commit c361d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
deploy:
replicas: 1
restart_policy:
condition: none
condition: any
placement:
constraints:
- node.role == manager # This ensures the service runs only on the manager node (pi-1)
Expand Down

0 comments on commit c361d26

Please sign in to comment.