enable host networking + docker.sock
This commit is contained in:
parent
8d4689df27
commit
2b9c3b7b4c
3 changed files with 4 additions and 0 deletions
|
@ -10,5 +10,6 @@
|
|||
"/srv/data/media:/data/media:ro"
|
||||
];
|
||||
ports = [ "32400:32400" ];
|
||||
extraOptions = ["--network=host"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue