mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-23 07:21:58 +00:00
Pinned mariadb for nextcloud to supported version
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
nextcloud-db = {
|
nextcloud-db = {
|
||||||
image = "docker.io/library/mariadb:latest";
|
image = "docker.io/library/mariadb:11.4.5";
|
||||||
autoUpdate = "registry";
|
autoUpdate = "registry";
|
||||||
network = ["nextcloud-net"];
|
network = ["nextcloud-net"];
|
||||||
environment = {
|
environment = {
|
||||||
|
|||||||
Reference in New Issue
Block a user