Wrong capitalisation on bindMounts

This commit is contained in:
Lillian-Violet 2024-01-04 22:28:38 +01:00
parent 35a3d6e7ab
commit 4b91bc3f43

View file

@ -10,7 +10,7 @@
hostPort = 6969;
protocol = "tcp";
};
bindmounts = {
bindMounts = {
"/var/lib/media" = {
hostPath = "/var/lib/media";
isReadOnly = false;