This commit is contained in:
death916 2026-02-07 02:02:43 -08:00
parent 6818e071d4
commit f4f763268c

View file

@ -31,7 +31,7 @@ in
NEXTCLOUD_DATADIR = nextcloudDataPath;
APACHE_PORT = "11001";
APACHE_IP_BINDING = "0.0.0.0";
SKIP_DOMAIN_VALIDATION = true;
SKIP_DOMAIN_VALIDATION = "true";
};
volumes = [
"nextcloud_aio_mastercontainer:/mnt/docker-aio-config"