From 491ad9931165d086f69a5dcdb7e017918a96d0ef Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 18 Oct 2022 10:29:40 +0100 Subject: [PATCH] revert --- tubearchivist-docker-compose.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/tubearchivist-docker-compose.yml b/tubearchivist-docker-compose.yml index 12a3cdf..5c214ae 100644 --- a/tubearchivist-docker-compose.yml +++ b/tubearchivist-docker-compose.yml @@ -8,7 +8,7 @@ services: ports: - 8000:8000 volumes: - - pokecenter_media:/youtube + - /z/Media/Downloads/TubeArchivist:/youtube - /c/Temp/Cache:/cache environment: - ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port @@ -50,11 +50,4 @@ services: - /c/Temp/ES:/usr/share/elasticsearch/data # check for permission error when using bind mount, see readme expose: - "9200" - -volumes: - pokecenter_media: - driver: local - driver_opts: - type: nfs - o: "addr=192.168.1.172,rw" - device: "/Media/Downloads/TubeArchivist:/mnt/pokecenter_media" \ No newline at end of file + \ No newline at end of file