Mise à jour de 'docker-compose.yml'
This commit is contained in:
@@ -6,8 +6,6 @@ services:
|
|||||||
- ./:/home/marp/app
|
- ./:/home/marp/app
|
||||||
networks:
|
networks:
|
||||||
- traefik_web
|
- traefik_web
|
||||||
ports:
|
|
||||||
- "8022:22"
|
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
# Creates a router called "moo" for the container, and sets up a rule to link the container to certain rule,
|
# 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
|
# Make sure traefik uses the web network, not the mailcowdockerized_mailcow-network
|
||||||
- traefik.docker.network=traefik_web
|
- traefik.docker.network=traefik_web
|
||||||
command: "-I /home/marp/app/ -s"
|
command: "-I /home/marp/app/ -s"
|
||||||
|
network:
|
||||||
|
traefik_web:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user