Mise à jour de 'docker-compose.yml'

This commit is contained in:
2023-05-09 19:37:17 +00:00
parent cfb72b6e31
commit c1065a2bb6

View File

@@ -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