Update docker-compose-frontend.yml
This commit is contained in:
parent
c3c6fe6e36
commit
ef1b718676
|
@ -6,4 +6,6 @@ services:
|
||||||
restart:
|
restart:
|
||||||
always
|
always
|
||||||
ports:
|
ports:
|
||||||
- "80:80" # Map container port 3000 to host port 3000
|
- "80:80"
|
||||||
|
environment:
|
||||||
|
- REACT_APP_API_HOST=http://127.0.0.1:8000
|
||||||
|
|
Loading…
Reference in New Issue