更新 docker-compose.yml
This commit is contained in:
@ -5,7 +5,7 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
container_name: node-nginx-app
|
container_name: node-nginx-app
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "3003:80"
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user