Change production port to 8095

This commit is contained in:
2026-07-28 12:54:27 +05:30
parent 0894a9c21e
commit 0aa2372a1d
+1 -1
View File
@@ -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: