Skip to content

Commit b492699

Browse files
committed
update restart policy for metrics service
1 parent 6eee830 commit b492699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
metrics:
3333
build:
3434
context: metrics
35-
restart: on-failure
35+
restart: unless-stopped
3636
environment:
3737
SHUTTER_PUSH_METRICS_ENABLED: true
3838
KEYPER_NAME: ""

0 commit comments

Comments
 (0)