[NC] Bump app to 30.0.8 and db to 11.4

This commit is contained in:
thopic 2025-03-29 21:49:25 +01:00
parent 14b199dbe1
commit ba379e7723
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5

View File

@ -25,7 +25,7 @@ services:
- ${DATA_PATH}/redis:/var/lib/redis
db:
image: mariadb:10.5.4
image: mariadb:11.4
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: unless-stopped
volumes:
@ -36,7 +36,7 @@ services:
- "co.elastic.logs/module=mysql"
app:
image: nextcloud:29.0.11
image: nextcloud:30.0.8
depends_on:
- db
- redis