JavaScript disabled You need to activate JavaScript in order to use OpenProject! Learn more
Added by Albert Evseyev almost 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
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
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
Replies (2)
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:
Tizian Rößler wrote:
thank you.
it works
du bist der beste =)