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