Closed miphilomath closed 4 years ago
I think that you don't run docker container. (Check docker state docker ps
)
You should execute command docker-compose up -d
to run docker container.
@miphilomath as @junngo said, did you execute docker-compose up -d
first? In any case you should not try to run ./scripts/start-docker.sh
manually, it's an entry point for the docker container, not something you should run yourself.
Yes, I did. I followed all the steps as instructed here.
I am encountering the same problem trying to run the server locally on windows. I thought that it was a windows problem.
I can access the website at olympia.test
but pretty much anything I do generates an error.
I haven't had the time to try it on linux yet.
UPDATE: I was able to get it working in Ubuntu.
Have you tried running with sudo
?
sudo make initialize_docker
This issue has been automatically marked as stale because it has not had recent activity. If you think this bug should stay open, please comment on the issue with further details. Thank you for your contributions.
Hello, I am running the command docker-compose up -d
, but still I am getting this error.
Can somebody help me fix this error?
Thank you
Just docker-compose restart
Just
docker-compose restart
Thanks
If it can help, I had the same issue because my containers were not up (I thought they were, but they were not actually).
So, as other people already said, running this command solved it:
docker-compose up -d
Describe the problem and steps to reproduce it:
While setting up the project following the steps as per https://addons-server.readthedocs.io/en/latest/topics/install/docker.html, above said error is popping up.
What happened?
On running the script,
What did you expect to happen?
Run the command with success.
Anything else we should know?
I guess, the error is related to user permission somehow, but I am not sure. If it is, we might need to update the docs as well.