From 8080a2d87a1880a95df0a4878e197471589db73b Mon Sep 17 00:00:00 2001 From: Viyurz Date: Wed, 16 Oct 2024 20:26:53 +0200 Subject: [PATCH] [synapse] Fix container not shutting down properly --- projects/synapse/compose.yaml.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/synapse/compose.yaml.mako b/projects/synapse/compose.yaml.mako index d4c9da3..fac3b4b 100644 --- a/projects/synapse/compose.yaml.mako +++ b/projects/synapse/compose.yaml.mako @@ -1,7 +1,7 @@ services: 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 network_mode: pasta:-a,${env['pasta']['synapse']['ipv4']},-a,${env['pasta']['synapse']['ipv6']} restart: always