From 18de2084942da736301f4614c1029aafe2824a9d Mon Sep 17 00:00:00 2001 From: Glenn Michael Deguit <162867335+Glennyx@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:06:36 +0800 Subject: [PATCH] Update compose.yaml --- compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yaml b/compose.yaml index 79d9d5a..280ea90 100644 --- a/compose.yaml +++ b/compose.yaml @@ -14,9 +14,9 @@ services: context: ./app links: - todo-database - #volumes: - # - ./app:/usr/src/app - # - /usr/src/app/node_modules + volumes: + - ./app:/usr/src/app + - /usr/src/app/node_modules ports: - 3001:3001 @@ -24,4 +24,4 @@ services: image: mongo:6 command: mongod --port 27018 ports: - - 27018:27018 \ No newline at end of file + - 27018:27018