Do not expose any ports out of the host container
This commit is contained in:
parent
e6390f3f9b
commit
1312340951
1 changed files with 1 additions and 3 deletions
|
@ -4,6 +4,4 @@ services:
|
|||
build: .
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
command: npm start
|
||||
ports:
|
||||
- "3001:3001"
|
||||
command: npm start
|
Loading…
Reference in a new issue