mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-05-05 22:26:33 +00:00
Add stable/12 branch
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
Clone this repository:
|
||||
|
||||
git clone https://github.com/opf/openproject-deploy --depth=1 --branch=stable/11 openproject
|
||||
git clone https://github.com/opf/openproject-deploy --depth=1 --branch=stable/12 openproject
|
||||
|
||||
Go to the compose folder:
|
||||
|
||||
@@ -42,7 +42,7 @@ Go to the compose folder:
|
||||
|
||||
Retrieve any changes from the `openproject-deploy` repository:
|
||||
|
||||
git pull origin stable/11
|
||||
git pull origin stable/12
|
||||
|
||||
Make sure you are using the latest version of the Docker images:
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ volumes:
|
||||
x-op-restart-policy: &restart_policy
|
||||
restart: unless-stopped
|
||||
x-op-image: &image
|
||||
image: openproject/community:${TAG:-11}
|
||||
image: openproject/community:${TAG:-12}
|
||||
x-op-app: &app
|
||||
<<: *image
|
||||
<<: *restart_policy
|
||||
|
||||
Reference in New Issue
Block a user