From 3acbcd9952e16af114ff439feba6e4ecaac5141a Mon Sep 17 00:00:00 2001 From: Igor Loskutov Date: Wed, 18 Jun 2025 16:26:06 -0400 Subject: [PATCH] fix compose --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index c9c59927..0f1526a0 100644 --- a/compose.yml +++ b/compose.yml @@ -38,11 +38,11 @@ services: web: image: node:18 ports: - - "3001:3000" + - "3000:3000" command: sh -c "yarn install && yarn dev" restart: unless-stopped working_dir: /app volumes: - ./www:/app/ env_file: - - ./www/.env.development.local + - ./www/.env.local