fix: don't global bind collabora
This commit is contained in:
parent
f33a7c48e7
commit
a14af74d82
|
@ -9,7 +9,7 @@
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
||||||
locations."/".proxyPass = "http://localhost:9980";
|
locations."/".proxyPass = "http://127.0.0.1:9980";
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
image = "collabora/code";
|
image = "collabora/code";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ports = [
|
ports = [
|
||||||
"9980:9980"
|
"127.0.0.1:9980:9980"
|
||||||
];
|
];
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--cap-add=MKNOD"
|
"--cap-add=MKNOD"
|
||||||
|
|
Loading…
Reference in a new issue