chore: publish 1.1.2+5.9.3 release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
KawaiiPunk 2022-05-05 12:45:37 +01:00
parent 76b698bc30
commit 98f9a4f4d9
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "wordpress:5.9.2"
image: "wordpress:5.9.3"
volumes:
- "wordpress_content:/var/www/html/wp-content/"
networks:
@ -49,12 +49,12 @@ 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.1+5.9.2"
- "coop-cloud.${STACK_NAME}.version=1.1.2+5.9.3"
- "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html"
db:
image: "mariadb:10.7"
image: "mariadb:10.8"
volumes:
- "mariadb:/var/lib/mysql"
networks: