hello, i can't seem to run growth book on my local...
# ask-questions
c
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
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
seems like mongo still fails to start after using
image: mongo:4
w
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
Do you see the app running when you go to localhost:3000?
yes i did
w
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