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: ui:
build: ./ui build: ./ui
ports: expose:
- "8095:80" - "80"
depends_on: depends_on:
- api - api
restart: always restart: always