build-your-own-radar
build-your-own-radar copied to clipboard
Getting 403 Forbidden Error
After pulling and running the docker image, when I try to access it from browser as localhost:8080, i am getting 403 forbidden Error.
Are you setting the environment variable for SERVER_NAMES as part of the run command?
docker run --rm -p 8080:80 -e SERVER_NAMES="localhost 127.0.0.1" wwwthoughtworks/build-your-own-radar
I confirm, As @DarrenRatcliffe suggested, just use -e SERVER_NAMES="localhost". It's used in the Nginx configuration
Closing as stale. Please reopen if you're still having issues.
Closing as stale