fix networking
This commit is contained in:
parent
2b9c3b7b4c
commit
4999b71c94
10 changed files with 22 additions and 12 deletions
|
@ -10,7 +10,6 @@
|
|||
"/srv/data:/srv/data:ro"
|
||||
"/var/run/docker.sock:/var/run/docker.sock" # pass local proxy
|
||||
];
|
||||
ports = [ "3000:3000" ];
|
||||
extraOptions = ["--network=host"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue