From 95d7f7069269233efd5e27994b6cd49bdcafbcd5 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Sun, 17 Mar 2024 20:59:15 +0100 Subject: [PATCH] Fix networking --- compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 571dfc8..e652001 100644 --- a/compose.yaml +++ b/compose.yaml @@ -34,7 +34,6 @@ services: - dynmap-data:/data/dynmap/web networks: - internal - - web environment: EULA: "TRUE" VERSION: 1.20.4 @@ -108,7 +107,7 @@ services: networks: internal: - internal: true + external: false web: external: true