diff --git a/docker-compose.yaml b/docker-compose.yaml index 3a032a2..621385b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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