Fix Traefik routing by replacing ports with expose for UI
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@ services:
|
||||
|
||||
ui:
|
||||
build: ./ui
|
||||
ports:
|
||||
- "8095:80"
|
||||
expose:
|
||||
- "80"
|
||||
depends_on:
|
||||
- api
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user