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

Development
  1. OpenProject
  2. Forums
  3. Development
  4. How to install previous version via docker-compose

How to install previous version via docker-compose

Added by Albert Evseyev over 1 year ago

hi,

i want to install OP with Docker-compose for example core version 13.0.3.

i don't find any information.

can you help me?

Thanks


Replies (2)

RE: How to install previous version via docker-compose - Added by Tizian Rößler over 1 year ago

Hi,

You can find the information about the installation with Docker-Compose in the following Documentation:

https://www.openproject.org/docs/installation-and-operations/installation/docker/#one-container-per-process-recommended

Edit:

To install an previous version you can use the TAG variable like in this example:

sudo TAG=13.0.3 OPENPROJECT_HTTPS=false docker-compose up

RE: How to install previous version via docker-compose - Added by Albert Evseyev over 1 year ago

Tizian Rößler wrote:

thank you.

 it works

du bist der beste =)

Hi,

You can find the information about the installation with Docker-Compose in the following Documentation:

https://www.openproject.org/docs/installation-and-operations/installation/docker/#one-container-per-process-recommended

Edit:

To install an previous version you can use the TAG variable like in this example:

sudo TAG=13.0.3 OPENPROJECT_HTTPS=false docker-compose up
  • (1 - 2/2)
Loading...