From 6818e071d41e4af0cb4919f5ccdb8a59d5c0c9f8 Mon Sep 17 00:00:00 2001 From: death916 Date: Sat, 7 Feb 2026 02:01:39 -0800 Subject: [PATCH] volume --- modules/containers/docker/nextcloud/aio-compose.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/containers/docker/nextcloud/aio-compose.nix b/modules/containers/docker/nextcloud/aio-compose.nix index 7a7ba1b..46827b4 100644 --- a/modules/containers/docker/nextcloud/aio-compose.nix +++ b/modules/containers/docker/nextcloud/aio-compose.nix @@ -31,6 +31,7 @@ in NEXTCLOUD_DATADIR = nextcloudDataPath; APACHE_PORT = "11001"; APACHE_IP_BINDING = "0.0.0.0"; + SKIP_DOMAIN_VALIDATION = true; }; volumes = [ "nextcloud_aio_mastercontainer:/mnt/docker-aio-config"