diff --git a/modules/containers/docker/nextcloud/aio-compose.nix b/modules/containers/docker/nextcloud/aio-compose.nix index c5ee80e..48a2650 100644 --- a/modules/containers/docker/nextcloud/aio-compose.nix +++ b/modules/containers/docker/nextcloud/aio-compose.nix @@ -26,7 +26,6 @@ in autoStart = true; ports = [ "8080:8080" # AIO Interface - "11000:11000" # Apache Port (for Reverse Proxy - Original) "11001:11001" # Apache Port (for Reverse Proxy) ]; environment = { @@ -46,7 +45,6 @@ in networking.firewall.allowedTCPPorts = [ 8080 - 11000 11001 ]; }