From 805ac0e07b51ddffdeba04e34660fae364c3d81b Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 2 Feb 2023 09:08:44 +0000 Subject: [PATCH] missed a shared mount --- nextcloud-docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-docker-compose.yml b/nextcloud-docker-compose.yml index 141c22c..c8c0d8d 100644 --- a/nextcloud-docker-compose.yml +++ b/nextcloud-docker-compose.yml @@ -55,7 +55,7 @@ services: restart: always volumes: - /usr/docker_binds/nextcloud/instance:/var/www/html - - /mnt/datastore:/var/www/html/data + - /mnt/pokecenter/NextCloudDataStore:/var/www/html/data entrypoint: /cron.sh depends_on: - nc-db