Mise à jour de 'docker-compose.yml'
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user