Fixing a psycopg2 + docker bug - Forcing docker to always bounce the container

This commit is contained in:
Miguel Gagliardo 2024-04-10 15:02:03 +01:00
parent 29ebae4313
commit 286c2ce7e8
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ services:
synapse:
image: ghcr.io/element-hq/synapse:latest
restart: unless-stopped
restart: always
environment:
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
volumes:
@ -61,7 +61,7 @@ services:
sliding-sync:
image: ghcr.io/matrix-org/sliding-sync:latest
restart: unless-stopped
restart: always
environment:
- SYNCV3_BINDADDR=:8008
- SYNCV3_SERVER=https://DOMAIN