From 77de0eca0121f6ef0658999165b28959c519548a Mon Sep 17 00:00:00 2001 From: Quildra Date: Mon, 17 Oct 2022 20:04:59 +0100 Subject: [PATCH] More tries at this --- tubearchivist-docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tubearchivist-docker-compose.yml b/tubearchivist-docker-compose.yml index 471ec2d..588a7f6 100644 --- a/tubearchivist-docker-compose.yml +++ b/tubearchivist-docker-compose.yml @@ -8,7 +8,7 @@ services: ports: - 8000:8000 volumes: - - ./z-media/Downloads/TubeArchivist:/youtube + - z-media/Downloads/TubeArchivist:/youtube - /c/Temp/Cache:/cache environment: - ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port @@ -52,4 +52,5 @@ services: - "9200" volumes: - z-media: \ No newline at end of file + z-media: + driver: local \ No newline at end of file