Mise à jour de 'docker-compose.yml'
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
- traefik.enable=true
|
||||
# Creates a router called "moo" for the container, and sets up a rule to link the container to certain rule,
|
||||
# in this case, a Host rule with our MAILCOW_HOSTNAME var.
|
||||
- traefik.http.routers.humaintals.rule=Host(`datamesh.humantalks.baraise.fr`)
|
||||
- traefik.http.routers.humaintals.rule=Host(`datamesh.humantalks.baraise.com`)
|
||||
# Enables tls over the router we created before.
|
||||
# Specifies which kind of cert resolver we'll use, in this case le (Lets Encrypt).
|
||||
# Creates a service called "moo" for the container, and specifies which internal port of the container
|
||||
|
||||
Reference in New Issue
Block a user