From 24d4109979b67668772e4cfeae8251af3c19d7fb Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 18 Oct 2022 10:27:17 +0100 Subject: [PATCH] try a new mount --- tubearchivist-docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tubearchivist-docker-compose.yml b/tubearchivist-docker-compose.yml index d78e5ca..12a3cdf 100644 --- a/tubearchivist-docker-compose.yml +++ b/tubearchivist-docker-compose.yml @@ -8,7 +8,7 @@ services: ports: - 8000:8000 volumes: - - pokecenter_media/Downloads/TubeArchivist:/youtube + - pokecenter_media:/youtube - /c/Temp/Cache:/cache environment: - ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port @@ -57,4 +57,4 @@ volumes: driver_opts: type: nfs o: "addr=192.168.1.172,rw" - device: "/Media:mnt/pokecenter_media" \ No newline at end of file + device: "/Media/Downloads/TubeArchivist:/mnt/pokecenter_media" \ No newline at end of file