Update systems/palatine-hill/docker/nextcloud.nix
This commit is contained in:
parent
a731ab8f6b
commit
7a4bace017
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user