From c3581e091ea2fb234218dc2806e500bade8f15ae Mon Sep 17 00:00:00 2001 From: Devoalda Date: Wed, 1 Nov 2023 01:48:09 +0800 Subject: [PATCH] Update Compose file --- safeshare/docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/safeshare/docker-compose.yml b/safeshare/docker-compose.yml index 72fed57..0413543 100644 --- a/safeshare/docker-compose.yml +++ b/safeshare/docker-compose.yml @@ -40,8 +40,7 @@ services: ports: - "80:80" # Map container port 3000 to host port 3000 environment: - - REACT_APP_API_HOST=http://127.0.0.1 - - REACT_APP_API_PORT=8000 + - REACT_APP_API_HOST=safeshare networks: - dbnet