Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. Issue with Open Project Docker Image

Issue with Open Project Docker Image

Added by Dan W about 3 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)

RE: Issue with Open Project Docker Image - Added by Dan W about 3 years ago

Bug confirmed #43767

  • (1 - 1/1)
Loading...