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
|
@ -5,5 +5,3 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
command: npm start
|
command: npm start
|
||||||
ports:
|
|
||||||
- "3001:3001"
|
|
Loading…
Reference in a new issue