Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

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

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Open Project Web Docker Installation Stopped Working

Open Project Web Docker Installation Stopped Working

Added by Dan W over 2 years ago

Hi all, I have Open Project installed using docker compose and it was working fine until a couple of days ago where all of a sudden the Open Project webpage does not load at all. I have exec'd inside the Open Project Web container and use the curl command for port 8080 via localhost and network IP and there is no response, its as though the webpage does not exist. The thing is I list the list of listening ports, port 8080 is definitely listening so its as though the Apache VHost for Open Project does not exist and checking the /etc/apache2 directory I cannot see it so I presume it does not. But this is a docker image, so the image so supply the needed files? I have restarted the image many times without any joy. Can I get some help please?


Replies (3)

RE: Open Project Web Docker Installation Stopped Working - Added by Dan W over 2 years ago

So I noticed that the open project installation kept forcing an SSL redirect but not loading anything. I did a quick clean installations of Open Project without any volumes mapped and its doing the same thing. Has something changed in OpenProject 12 recently? I am not sure why it is doing this?

RE: Open Project Web Docker Installation Stopped Working - Added by Dan W over 2 years ago

So there is definitely something wrong with the Open Project docker image. I've just loaded a brand new openproject project container with no volumes mounted on a completely separate computer system using the command below taken from the Open Project documentation https://www.openproject.org/docs/installation-and-operations/installation/docker/

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

RE: Open Project Web Docker Installation Stopped Working - Added by Dan W over 2 years ago

Bug confirmed #43767

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