Fix host in docker-compose to localhost
parent
5999bc591c
commit
4b48419622
|
|
@ -5,7 +5,7 @@ services:
|
|||
ports:
|
||||
- 8080:80
|
||||
environment:
|
||||
- API_HOST=http://coordinator:5000
|
||||
- API_HOST=http://localhost:5050
|
||||
|
||||
db:
|
||||
image: postgres:17-alpine
|
||||
|
|
|
|||
Loading…
Reference in New Issue