fix: don't global bind collabora

This commit is contained in:
Benjamin Bädorf 2023-10-29 13:43:41 +01:00
parent 3cb548d77a
commit 25f4c8d296
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

@ -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"