Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
37ff3e9b1b | ||
|
|
c5443cc14b |
+3
-3
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "wordpress:6.6.1"
|
||||
image: "wordpress:6.6.2"
|
||||
volumes:
|
||||
- "wordpress_content:/var/www/html/wp-content/"
|
||||
networks:
|
||||
@@ -64,10 +64,10 @@ services:
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/var/www/html"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.12.0+6.6.1"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.12.2+6.6.2"
|
||||
|
||||
db:
|
||||
image: "mariadb:11.4"
|
||||
image: "mariadb:11.5"
|
||||
volumes:
|
||||
- "mariadb:/var/lib/mysql"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user