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