diff options
| author | 2022-01-27 09:55:26 +0000 | |
|---|---|---|
| committer | 2022-01-27 09:55:26 +0000 | |
| commit | b9df3f2ba73c12cd0b4f32e3007bd6bdc9944fd1 (patch) | |
| tree | 388708a1454987f90744749af292549241380f01 /docker-compose.yml | |
| parent | Add voice_ban stub commands (diff) | |
| parent | Add missing restart-policy to metricity container (diff) | |
Merge branch 'main' into voicemute
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 1 |
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: |