Update Compose file

This commit is contained in:
Devoalda 2023-11-01 01:48:09 +08:00
parent 3373b4581c
commit c3581e091e
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ services:
ports: ports:
- "80:80" # Map container port 3000 to host port 3000 - "80:80" # Map container port 3000 to host port 3000
environment: environment:
- REACT_APP_API_HOST=http://127.0.0.1 - REACT_APP_API_HOST=safeshare
- REACT_APP_API_PORT=8000
networks: networks:
- dbnet - dbnet