From 35b92acb96fc61fc91e6824fc7b5bde973390dd2 Mon Sep 17 00:00:00 2001 From: Rosyid Haryadi Date: Sun, 25 Feb 2024 19:30:36 +0700 Subject: bind port to localhost --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 74b464d..250ec80 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,6 +8,6 @@ services: # - .:/app # - /app/node_modules ports: - - "3000:3000" + - "127.0.0.1:3000:3000" environment: - - NODE_ENV=production \ No newline at end of file + - NODE_ENV=production -- cgit v1.2.3-70-g09d2