[synapse] curl kc.viyurz.fr increase retries to 7 from 5

This commit is contained in:
Viyurz 2024-10-16 19:41:53 +02:00
parent a2ab467366
commit e2f57c37bc
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -1,7 +1,7 @@
services: services:
synapse: synapse:
container_name: synapse container_name: synapse
entrypoint: ["sh", "-c", "curl -s -f --retry 5 --retry-all-errors https://kc.viyurz.fr/; /start.py"] entrypoint: ["sh", "-c", "curl -s -f --retry 7 --retry-all-errors https://kc.viyurz.fr/; /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