From 2dc6a35994315401126a1ef85de866087401ae0d Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Wed, 1 Oct 2025 18:36:05 +0200 Subject: [PATCH] [synapse] Update docker-compose file version to 3.7 Network naming cannot be applied with the older version 3.3. Also the container cannot be attached to the network. --- synapse/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/docker-compose.yaml b/synapse/docker-compose.yaml index a376617..966aedd 100644 --- a/synapse/docker-compose.yaml +++ b/synapse/docker-compose.yaml @@ -1,4 +1,4 @@ -version: '3.3' +version: '3.7' services: app: