From 13123409516a5b4646877c531b00de9a6d77ce03 Mon Sep 17 00:00:00 2001 From: Simon Giesel Date: Tue, 24 Sep 2019 10:12:41 +0000 Subject: [PATCH] Do not expose any ports out of the host container --- docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ade2dc8..62f479a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,6 +4,4 @@ services: build: . volumes: - /var/run/docker.sock:/var/run/docker.sock - command: npm start - ports: - - "3001:3001" \ No newline at end of file + command: npm start \ No newline at end of file