From dfbe3cb94b2f9379bdd98f6ce1810fa897a98eb7 Mon Sep 17 00:00:00 2001 From: Aguay Date: Tue, 9 May 2023 19:42:00 +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 6da94eb..65ae18b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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