Fix Traefik routing by replacing ports with expose for UI
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user