disabled nextcloud container

This commit is contained in:
Aly Raffauf 2024-03-09 12:23:30 -05:00
parent ab4605391d
commit f9dcd1540b

View file

@ -47,17 +47,17 @@
"/mnt/Media:/Media"
];
};
nextcloud = {
ports = ["0.0.0.0:80:80" ];
image = "nextcloud:latest";
environment = {
TZ = "America/New_York";
};
volumes = [
"nextcloud:/var/www/html"
"/mnt/Media/NextCloud:/var/www/html/data"
];
};
# nextcloud = {
# ports = ["0.0.0.0:80:80" ];
# image = "nextcloud:latest";
# environment = {
# TZ = "America/New_York";
# };
# volumes = [
# "nextcloud:/var/www/html"
# "/mnt/Media/NextCloud:/var/www/html/data"
# ];
# };
};
};
}