Wrong capitalisation on bindMounts
This commit is contained in:
parent
23cf7cbd6d
commit
f76d2a0496
|
@ -10,7 +10,7 @@
|
||||||
hostPort = 6969;
|
hostPort = 6969;
|
||||||
protocol = "tcp";
|
protocol = "tcp";
|
||||||
};
|
};
|
||||||
bindmounts = {
|
bindMounts = {
|
||||||
"/var/lib/media" = {
|
"/var/lib/media" = {
|
||||||
hostPath = "/var/lib/media";
|
hostPath = "/var/lib/media";
|
||||||
isReadOnly = false;
|
isReadOnly = false;
|
||||||
|
|
Loading…
Reference in a new issue