chore: publish 2.13.0+6.7.1 release
This commit is contained in:
parent
76e9b80fbd
commit
591019112e
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "wordpress:6.6.2"
|
||||
image: "wordpress:6.7.1"
|
||||
volumes:
|
||||
- "wordpress_content:/var/www/html/wp-content/"
|
||||
networks:
|
||||
@ -62,10 +62,10 @@ services:
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.replacement=https://${DOMAIN}/$${2}"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.permanent=true"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.12.2+6.6.2"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.13.0+6.7.1"
|
||||
|
||||
db:
|
||||
image: "mariadb:11.5"
|
||||
image: "mariadb:11.6"
|
||||
volumes:
|
||||
- "mariadb:/var/lib/mysql"
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user