From 963d264a5b9df4ea07a1d41a1c17aee193919363 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 10 Jul 2021 15:32:45 +0200 Subject: [PATCH] Scope internal network internally --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 8eeb042..f559d37 100644 --- a/compose.yml +++ b/compose.yml @@ -31,7 +31,6 @@ services: GOOGLE_SAFE_BROWSING_KEY: GOOGLE_ANALYTICS: GOOGLE_ANALYTICS_UNIVERSAL: - GOOGLE_ANALYTICS_UNIVERSAL: MAIL_HOST: MAIL_PORT: MAIL_SECURE: @@ -83,3 +82,4 @@ networks: proxy: external: true internal: + internal: true