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