[synapse] Fix container not shutting down properly
This commit is contained in:
parent
e2f57c37bc
commit
8080a2d87a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
synapse:
|
synapse:
|
||||||
container_name: synapse
|
container_name: synapse
|
||||||
entrypoint: ["sh", "-c", "curl -s -f --retry 7 --retry-all-errors https://kc.viyurz.fr/; /start.py"]
|
entrypoint: ["sh", "-c", "curl -s -f --retry 7 --retry-all-errors https://kc.${env['domain']}/; exec /start.py"]
|
||||||
image: docker.io/matrixdotorg/synapse:latest
|
image: docker.io/matrixdotorg/synapse:latest
|
||||||
network_mode: pasta:-a,${env['pasta']['synapse']['ipv4']},-a,${env['pasta']['synapse']['ipv6']}
|
network_mode: pasta:-a,${env['pasta']['synapse']['ipv4']},-a,${env['pasta']['synapse']['ipv6']}
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in a new issue