Compare commits
	
		
			1 Commits
		
	
	
		
			2.6.1+6.4.
			...
			6-4-1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 540d526914 | 
| @ -3,7 +3,7 @@ version: "3.8" | ||||
|  | ||||
| services: | ||||
|   app: | ||||
|     image: "wordpress:6.4.0" | ||||
|     image: "wordpress:6.4.1" | ||||
|     volumes: | ||||
|       - "wordpress_content:/var/www/html/wp-content/" | ||||
|     networks: | ||||
| @ -58,10 +58,10 @@ services: | ||||
|         - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" | ||||
|         - "backupbot.backup=true" | ||||
|         - "backupbot.backup.path=/var/www/html" | ||||
|         - "coop-cloud.${STACK_NAME}.version=2.6.1+6.4.0" | ||||
|         - "coop-cloud.${STACK_NAME}.version=2.6.2+6.4.1" | ||||
|  | ||||
|   db: | ||||
|     image: "mariadb:11.0" | ||||
|     image: "mariadb:11.2" | ||||
|     volumes: | ||||
|       - "mariadb:/var/lib/mysql" | ||||
|     networks: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user