worried-planet-2191
03/02/2023, 4:55 PMfresh-football-47124
busy-air-96466
03/02/2023, 5:06 PMports:
- "4000:3000"
- "4100:3100"
depends_on:
- mongo
environment:
- MONGODB_URI=<mongodb://root:password@mongo:27017/>
- APP_ORIGIN=<http://localhost:4000>
- API_HOST=<http://localhost:4100>
Thanks! When things are completely new, it’s hard to know where to look for the issue. Maybe it’d be worth adding the localhost example to the doc? I expect it’s a common scenario.fresh-football-47124