fix: don't global bind collabora

This commit is contained in:
Benjamin Bädorf 2023-10-29 13:43:41 +01:00 committed by b12f
parent f33a7c48e7
commit a14af74d82
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -9,7 +9,7 @@
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://localhost:9980";
locations."/".proxyPass = "http://127.0.0.1:9980";
};
virtualisation = {
@ -20,7 +20,7 @@
image = "collabora/code";
autoStart = true;
ports = [
"9980:9980"
"127.0.0.1:9980:9980"
];
extraOptions = [
"--cap-add=MKNOD"