Change production port to 8095
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ services:
|
|||||||
ui:
|
ui:
|
||||||
build: ./ui
|
build: ./ui
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8095:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
|
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user