From c1065a2bb6a18f60e74bbc2a4f58911b80aadc8f Mon Sep 17 00:00:00 2001 From: Aguay Date: Tue, 9 May 2023 19:37:17 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'docker-compose.yml?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c34adfa..06ae81e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,8 +6,6 @@ services: - ./:/home/marp/app networks: - traefik_web - ports: - - "8022:22" labels: - traefik.enable=true # Creates a router called "moo" for the container, and sets up a rule to link the container to certain rule, @@ -24,3 +22,6 @@ services: # Make sure traefik uses the web network, not the mailcowdockerized_mailcow-network - traefik.docker.network=traefik_web command: "-I /home/marp/app/ -s" +network: + traefik_web: + external: true \ No newline at end of file