diff --git a/systems/palatine-hill/docker/nextcloud.nix b/systems/palatine-hill/docker/nextcloud.nix index 3a3f753..6b1dddf 100644 --- a/systems/palatine-hill/docker/nextcloud.nix +++ b/systems/palatine-hill/docker/nextcloud.nix @@ -70,6 +70,7 @@ in ]; extraOptions = [ "--network=haproxy-net" + "--privileged" ]; ports = [ "9980:80" ]; };