Disable nextcloud image pulls #123

Merged
ahuston-0 merged 1 commits from ahuston-0-patch-1 into main 2025-06-16 00:10:14 -04:00

View File

@ -9,7 +9,8 @@ let
nextcloud-base = {
# image comes from running docker compose build in nextcloud-docker/.examples/full/apache
image = "nextcloud-nextcloud";
pull = "always";
# pull = "always";
# do NOT enable pull here, this image is generated based on a custom docker image
hostname = "nextcloud";
volumes = [
"${nextcloud_path}/nc_data:/var/www/html:z"