From 23c8e19a3fa895f2d5144563d474113f61cac17f Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Thu, 29 Oct 2020 19:51:19 +0200 Subject: [PATCH] Don't need "mail" network --- compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/compose.yml b/compose.yml index e2827f5..4d99fd2 100644 --- a/compose.yml +++ b/compose.yml @@ -5,7 +5,6 @@ services: app: image: "boky/postfix" networks: - - mail - proxy healthcheck: test: [ "CMD", "sh", "-c", "netstat -an | fgrep 587 | fgrep -q LISTEN" ] @@ -37,7 +36,5 @@ services: #- "traefik.tcp.routers.${STACK_NAME}.service=mailu_smtp" networks: - mail: - external: true proxy: external: true