chore: publish 2.0.0+6.0.0 release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Aadil Ayub 2022-06-22 17:28:10 +05:00
parent 98f9a4f4d9
commit 37a6ff8d7a
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "wordpress:5.9.3"
image: "wordpress:6.0.0"
volumes:
- "wordpress_content:/var/www/html/wp-content/"
networks:
@ -49,7 +49,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.2+5.9.3"
- "coop-cloud.${STACK_NAME}.version=2.0.0+6.0.0"
- "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html"