mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -05:00
disabled nextcloud container
This commit is contained in:
parent
ab4605391d
commit
f9dcd1540b
|
@ -47,17 +47,17 @@
|
||||||
"/mnt/Media:/Media"
|
"/mnt/Media:/Media"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nextcloud = {
|
# nextcloud = {
|
||||||
ports = ["0.0.0.0:80:80" ];
|
# ports = ["0.0.0.0:80:80" ];
|
||||||
image = "nextcloud:latest";
|
# image = "nextcloud:latest";
|
||||||
environment = {
|
# environment = {
|
||||||
TZ = "America/New_York";
|
# TZ = "America/New_York";
|
||||||
};
|
# };
|
||||||
volumes = [
|
# volumes = [
|
||||||
"nextcloud:/var/www/html"
|
# "nextcloud:/var/www/html"
|
||||||
"/mnt/Media/NextCloud:/var/www/html/data"
|
# "/mnt/Media/NextCloud:/var/www/html/data"
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue