fix nextcloud image
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 19s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m35s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Failing after 21m53s

This commit is contained in:
ahuston-0 2025-03-02 17:22:34 -05:00
parent 7c2798228b
commit fc68e0fb59
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -8,7 +8,7 @@ let
# nextcloud-image = import ./nextcloud-image { inherit pkgs; };
nextcloud-base = {
# image comes from running docker compose build in nextcloud-docker/.examples/full/apache
image = "nextcloud:stable";
image = "nextcloud-nextcloud";
hostname = "nextcloud";
volumes = [
"${nextcloud_path}/nc_data:/var/www/html:z"