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

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Openprojet Docker installation

Openprojet Docker installation

Added by William Murray about 9 years ago

I just completed the docker install of openproject on a new ubuntu web server, running a LEMP stack.

I was going to do a proxy_pass from nginx to openproject, but I’m embarrassed to say I’m not even sure where I can find out what the openproject containers root folder is or the TCP port number it runs on?

https://www.openproject.org/open-source/download/docker/


Replies (1)

RE: Openprojet Docker installation - Added by William Murray about 9 years ago

Looks like I just needed to proxy_pass to port 8080 - All good now :)

location / {
proxy_pass $backend_protocol://$backend_host:8080;
}

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