diff options
author | 2022-02-21 09:40:33 +0530 | |
---|---|---|
committer | 2022-02-21 09:40:33 +0530 | |
commit | ecf97bbd9aa2dc2f3159e148ef0831fc8c94e460 (patch) | |
tree | 9d1b7abcde18aa98e38abd9fd318fe0aea6cf501 /docker-compose.yml | |
parent | disallow setting infraction durations into the past (diff) | |
parent | Merge pull request #2078 from python-discord/chris/fix/help-channel-errors (diff) |
Merge remote-tracking branch 'upstream/main' into bug/infr-duration
# Conflicts:
# bot/exts/moderation/infraction/_scheduler.py
# bot/exts/moderation/infraction/management.py
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: |