https://www.growthbook.io/ logo
c

careful-controller-13102

08/07/2023, 8:35 AM
hello, i can't seem to run growth book on my local machine through the following command
Copy code
DOCKER_DEFAULT_PLATFORM=linux/amd64 docker-compose up
w

white-fireman-22476

08/07/2023, 8:38 AM
It's that warning message about mongo. You will need to use an older version of mongo that is compatible with your local machine
Try changing the docker-compose.yml file to have:
image: "mongo:4"
c

careful-controller-13102

08/07/2023, 12:43 PM
seems like mongo still fails to start after using
image: mongo:4
w

white-fireman-22476

08/07/2023, 1:06 PM
It seems like Mongo is running, but its not authenticating correctly. Perhaps the mongo container didn't finish setting up the root user before the growthbook container tried querying. Do you see the app running when you go to localhost:3000?
c

careful-controller-13102

08/08/2023, 12:48 AM
Do you see the app running when you go to localhost:3000?
yes i did
w

white-fireman-22476

08/08/2023, 8:27 AM
Ok great. Then I assume those were just temporary errors during start up. Feel free to ask any other questions you have in this channel. I hope growthbook works well for you