aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-07-08 15:06:01 -0700
committerGravatar GitHub <[email protected]>2021-07-08 15:06:01 -0700
commitbcc8aaa2e83869a838a85a7e10c1d4533fea5e88 (patch)
tree1d9f277ed64fea0a8bb3be1f205580030de83335 /docker-compose.yml
parentProperly Handles Indefinite Silences (diff)
parentDisable more filters in jam channels (#1675) (diff)
Merge branch 'main' into voicechannel-mute
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index bdfedf5c2..0f0355dac 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -12,13 +12,13 @@ x-logging: &logging
max-size: "10m"
x-restart-policy: &restart_policy
- restart: always
+ restart: unless-stopped
services:
postgres:
<< : *logging
<< : *restart_policy
- image: postgres:12-alpine
+ image: postgres:13-alpine
environment:
POSTGRES_DB: pysite
POSTGRES_PASSWORD: pysite