From a767d5c25533a079fb9fa13debd38222bb1629fb Mon Sep 17 00:00:00 2001 From: Mohan K Date: Tue, 28 Jul 2026 13:37:40 +0530 Subject: [PATCH] Fix Traefik routing by replacing ports with expose for UI --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index f124e3f..acd9639 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -27,8 +27,8 @@ services: ui: build: ./ui - ports: - - "8095:80" + expose: + - "80" depends_on: - api restart: always