Add stable/12 branch

This commit is contained in:
Oliver Günther
2021-11-10 13:13:27 +01:00
parent 82ca2a098c
commit 495e8cca9d
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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