From cfb72b6e31686e0975a372c5675d8851c4cc11e2 Mon Sep 17 00:00:00 2001 From: Aguay Date: Tue, 9 May 2023 19:35:14 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'docker-compose.yml?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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