aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2022-03-03 15:43:00 -0500
committerGravatar kosayoda <[email protected]>2022-03-03 15:43:00 -0500
commit38872a74513827c5482b4df8e769f45608da6dc9 (patch)
tree109fcf024e1d570859c4c64e9e139c76f05f9f7c /docker-compose.yml
parentAdd typehint for DayDuration convertor (diff)
parentMerge pull request #2107 from an-dyy/patch-1 (diff)
Merge branch 'main' into fix/modpingsfix/modpings
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 869d9acb6..ce78f65aa 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -38,6 +38,7 @@ services:
metricity:
<< : *logging
+ << : *restart_policy
restart: on-failure # USE_METRICITY=false will stop the container, so this ensures it only restarts on error
depends_on:
postgres: