Stikked
Stikked copied to clipboard
docker containers not working
hi ,I cloned the git repo and ran docker-compose up it works fine on my local pc. when I try to run it on a vm with public ip it is not running , can you guide what's wrong?
I don't think anyone will be able to help you with this little information.
why so? what is the purpose of running Pastebin on localhost? its purpose is to share it with others.
Of course it is. But if all you say is "it's not running, what's wrong?", how do you expect people to help you?
Check the following in docker/nginx.conf:
# Only requests to our Host are allowed
if ($host !~ ^localhost$ ) {
return 444;
}