From 2883cdb270a28be70e24e4b29800bcef7dadefba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz=20=28admin=29?= Date: Thu, 16 Feb 2023 02:22:21 +0100 Subject: [PATCH] set port for own purpose --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5ff9305..6789ee9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,8 @@ services: volumes: - ./:/home/node/app command: ash -c "npm i && npm run start:prod" +# command: ash -c "npm i && npm run start:prod -- --include-ws-fallback" restart: unless-stopped ports: - - "3000:3000" + - "8082:3000" +# - "3000:3000"