Update docker-compose.yml
This commit is contained in:
parent
a3f39cb076
commit
c3c6fe6e36
|
@ -44,7 +44,7 @@ services:
|
|||
ports:
|
||||
- "80:80" # Map container port 3000 to host port 3000
|
||||
environment:
|
||||
- REACT_APP_API_HOST=safeshare
|
||||
- REACT_APP_API_HOST=http://127.0.0.1:8000
|
||||
networks:
|
||||
- dbnet
|
||||
|
||||
|
|
Loading…
Reference in New Issue