condense docker options, fix nextcloud
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
];
|
||||
|
||||
virtualisation.oci-containers.backend = "docker";
|
||||
virtualisation.docker.daemon.settings.data-root = "/var/lib/docker2";
|
||||
|
||||
# "nextcloud-go-vod-1 radialapps/go-vod"
|
||||
# "nextcloud-nextcloud-1 nextcloud-nextcloud"
|
||||
|
@ -24,7 +24,7 @@ in
|
||||
"/ZFS/ZFS-primary/nextcloud/nc_php:/usr/local/etc/php"
|
||||
"/ZFS/ZFS-primary/nextcloud/nc_prehooks:/docker-entrypoint-hooks.d/before-starting"
|
||||
];
|
||||
extraOption = [
|
||||
extraOptions = [
|
||||
"--network=haproxy-net"
|
||||
"--network=postgres-net"
|
||||
"--network=nextcloud_default"
|
||||
|
Reference in New Issue
Block a user