diff --git a/compose/README.md b/compose/README.md index 5a91a4d..5989931 100644 --- a/compose/README.md +++ b/compose/README.md @@ -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: diff --git a/compose/docker-compose.yml b/compose/docker-compose.yml index 8038211..eb38854 100644 --- a/compose/docker-compose.yml +++ b/compose/docker-compose.yml @@ -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