Updated docker tag to use correct release (11)

pull/8819/head
Markus Kahl 4 years ago committed by GitHub
parent 25dfe8421f
commit df7948d7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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:-10}
image: openproject/community:${TAG:-11}
x-op-app: &app
<<: *image
<<: *restart_policy

Loading…
Cancel
Save