From 4b04ba1651b553d74553ee32a04fe92c34d22601 Mon Sep 17 00:00:00 2001 From: anorien90 Date: Wed, 3 Dec 2025 13:49:33 +0000 Subject: [PATCH] fixed network --- config/docker-compose.init.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/docker-compose.init.yml b/config/docker-compose.init.yml index ef423f5..1ed3b37 100644 --- a/config/docker-compose.init.yml +++ b/config/docker-compose.init.yml @@ -22,9 +22,5 @@ services: timeout: 10s retries: 3 - networks: - - fast-services + network_mode: host #Makes no difference if this is in there or not -networks: - fast-services: - external: true