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: | ||||
|   app: | ||||
|     image: "wordpress:6.7.1" | ||||
|     image: "wordpress:6.7.2" | ||||
|     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.13.3+6.7.1" | ||||
|         - "coop-cloud.${STACK_NAME}.version=2.14.0+6.7.2" | ||||
|  | ||||
|   db: | ||||
|     image: "mariadb:11.6" | ||||
|     image: "mariadb:11.7" | ||||
|     volumes: | ||||
|       - "mariadb:/var/lib/mysql" | ||||
|     networks: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user