Content
Issue with Open Project Docker Image
Added by Dan W over 2 years ago
Hi all, posted in the general error thinking there maybe something wrong with my Open Project setup but I do not think there is. There seems to be a problem with the openproject/community:12 docker image. When starting a clean container as given in the example at https://www.openproject.org/docs/installation-and-operations/installation/docker/ with the docker settings below, it does not work. Attempting to access http://localhost:80 results in an SSL redirect that inevitably fails because nothing is listening on port 443. Exec-ing into the docker container and running the command curl http://localhost:80 gives back an empty reply. Its as though the openproject web application is not running at all. Is there something I am missing here at all? Any feedback would be much appreciated.
docker run -it -p 8080:80 \
-e OPENPROJECT_SECRET_KEY_BASE=secret \
-e OPENPROJECT_HOST__NAME=localhost:8080 \
-e OPENPROJECT_HTTPS=false \
openproject/community:12
Replies (1)
Bug confirmed #43767