更新 docker-compose.yml

This commit is contained in:
ywp
2025-10-23 10:03:03 +08:00
parent 64a96d8df0
commit 474cada1f7

View File

@ -4,6 +4,8 @@ services:
webapp: webapp:
build: . build: .
container_name: node-nginx-app container_name: node-nginx-app
env_file:
- ./server/.env
ports: ports:
- "3003:80" - "3003:80"
- "3002:3001" - "3002:3001"