Update docker-compose.yml

This commit is contained in:
Devoalda 2023-11-01 00:09:38 +00:00 committed by GitHub
parent a3f39cb076
commit c3c6fe6e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,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=safeshare - REACT_APP_API_HOST=http://127.0.0.1:8000
networks: networks:
- dbnet - dbnet