diff --git a/docker-compose.yml b/docker-compose.yml index eb9712d..c34adfa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,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(`humantalks.baraise.fr`) + - traefik.http.routers.humaintals.rule=Host(`datamesh.humantalks.baraise.fr`) # 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