From 6c7384e8b436692566062f2afc1131a24604f7b2 Mon Sep 17 00:00:00 2001 From: philipcheung Date: Mon, 3 Nov 2025 09:58:42 +0800 Subject: [PATCH] updated --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ac8efcc..b435eaf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,11 +18,11 @@ services: - traefik.http.services.healthy-oil-frontend.loadbalancer.server.port=80 - traefik.http.routers.healthy-oil-frontend-http.rule=Host(`healthy-oil.develop-cat.com`) - - traefik.http.routers.healthy-oil-frontend-http.entrypoints=web + - traefik.http.routers.healthy-oil-frontend-http.entrypoints=http - traefik.http.routers.healthy-oil-frontend-http.service=healthy-oil-frontend - traefik.http.routers.healthy-oil-frontend-https.rule=Host(`healthy-oil.develop-cat.com`) - - traefik.http.routers.healthy-oil-frontend-https.entrypoints=websecure + - traefik.http.routers.healthy-oil-frontend-https.entrypoints=https - traefik.http.routers.healthy-oil-frontend-https.tls=true - traefik.http.routers.healthy-oil-frontend-https.service=healthy-oil-frontend