change port num

This commit is contained in:
2026-03-12 16:11:23 +08:00
parent 60f3029e54
commit 86f6e4f81c

View File

@@ -67,7 +67,7 @@ services:
networks: networks:
- app-network - app-network
ports: ports:
- "${FRONTEND_PORT:-80}:80" - "${FRONTEND_PORT:-8080}:80"
volumes: volumes:
- ../nginx.conf:/etc/nginx/nginx.conf:ro - ../nginx.conf:/etc/nginx/nginx.conf:ro
- ../frontend/dist:/usr/share/nginx/html:ro - ../frontend/dist:/usr/share/nginx/html:ro