From c05fa77e73b0c25b47198e7ab28eaee23dc3ae9e Mon Sep 17 00:00:00 2001 From: Ward Truyen Date: Wed, 24 Jul 2024 21:40:20 +0200 Subject: [PATCH] chore: fixed compose.yml labels --- compose.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index ae3281e..8d47586 100644 --- a/compose.yml +++ b/compose.yml @@ -1,12 +1,13 @@ -version: '3' +#version: '3' services: - web: + sampleweb: build: . ports: - "8000:3000" labels: - - "traefik.http.routers.web.rule=Host(`ward.truyen.network`)" + - "traefik.http.routers.sampleweb.rule=Host(`truyen.network`)" + - "traefik.http.routers.sampleweb.entrypoints=web" - "traefik.enable=true" # whoami: