更新 docker-compose.yml
This commit is contained in:
@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user