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