better mountpoints, set backup drive

This commit is contained in:
♥ Minnie ♥ 2024-01-01 07:23:18 +08:00
parent 8c11c9336c
commit 93538390eb
3 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@
"/var/run/docker.sock:/var/run/docker.sock:ro"
];
environment = {
NEXTCLOUD_DATADIR = "/srv/nextcloud";
NEXTCLOUD_DATADIR = "/mnt/data/nextcloud";
APACHE_PORT = "11000";
APACHE_IP_BINDING = "0.0.0.0";
};