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