worried-planet-2191
04/19/2023, 3:22 AMfresh-football-47124
3000 is already being used), you need to update the above variables AND change the port mapping in `docker-compose.yml`:
growthbook:
ports:
- “4000:3000” # example: use 4000 instead of 3000 for the app
- “4100:3100" # example: use 4100 instead of 3100 for the api
...
environment:
- APP_ORIGIN=http://<my ip or url>:4000
- API_HOST=http://<my ip or url>:4100blue-hamburger-60411
04/19/2023, 9:23 AM