mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
Pinned mariadb for nextcloud to supported version
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user