Fix Traefik routing by replacing ports with expose for UI

This commit is contained in:
2026-07-28 13:37:40 +05:30
parent 81350bf2d2
commit a767d5c255
+2 -2
View File
@@ -27,8 +27,8 @@ services:
ui:
build: ./ui
ports:
- "8095:80"
expose:
- "80"
depends_on:
- api
restart: always