Pinned mariadb for nextcloud to supported version

This commit is contained in:
2025-02-16 18:51:08 +00:00
parent bcba425d5c
commit 777227eb2f

View File

@@ -42,7 +42,7 @@
};
};
nextcloud-db = {
image = "docker.io/library/mariadb:latest";
image = "docker.io/library/mariadb:11.4.5";
autoUpdate = "registry";
network = ["nextcloud-net"];
environment = {