更新 docker-compose.yml

This commit is contained in:
ywp
2025-10-22 15:09:56 +08:00
parent ebb40b2884
commit 3a73310176

View File

@ -5,7 +5,7 @@ services:
build: .
container_name: node-nginx-app
ports:
- "8080:80"
- "3003:80"
environment:
- NODE_ENV=production
volumes: