[NC] Bump app to 30.0.8 and db to 11.4
This commit is contained in:
parent
14b199dbe1
commit
ba379e7723
@ -25,7 +25,7 @@ services:
|
|||||||
- ${DATA_PATH}/redis:/var/lib/redis
|
- ${DATA_PATH}/redis:/var/lib/redis
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.5.4
|
image: mariadb:11.4
|
||||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
@ -36,7 +36,7 @@ services:
|
|||||||
- "co.elastic.logs/module=mysql"
|
- "co.elastic.logs/module=mysql"
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:29.0.11
|
image: nextcloud:30.0.8
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
|
Loading…
Reference in New Issue
Block a user