Skip to content

Commit 5c99aa1

Browse files
authored
fix(docker): change restart policy to any (#1109)
1 parent 9bc0fd8 commit 5c99aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/swarm/stacks/api/stack-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ x-deploy-config: &deploy-config
1212
monitor: 30s
1313
max_failure_ratio: 0.3
1414
restart_policy:
15-
condition: on-failure
15+
condition: any
1616
resources:
1717
limits:
1818
cpus: ${CPU_LIMIT:-1}

0 commit comments

Comments
 (0)