chore: publish 1.1.1+5.9.2 release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2022-03-28 09:24:44 +02:00
parent 2d8c149b42
commit ceffd9ba5d
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "wordpress:5.9.0"
image: "wordpress:5.9.2"
volumes:
- "wordpress_content:/var/www/html/wp-content/"
networks:
@ -48,7 +48,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.rule=HostRegexp(`{subdomain:.+}.${DOMAIN}`, `${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=1.1.0+5.9.0"
- "coop-cloud.${STACK_NAME}.version=1.1.1+5.9.2"
- "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html"