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