Do not expose any ports out of the host container

This commit is contained in:
Simon Giesel 2019-09-24 10:12:41 +00:00
parent e6390f3f9b
commit 1312340951

View file

@ -4,6 +4,4 @@ services:
build: .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: npm start
ports:
- "3001:3001"
command: npm start