diff --git a/tubearchivist-docker-compose.yml b/tubearchivist-docker-compose.yml index 7081224..5c214ae 100644 --- a/tubearchivist-docker-compose.yml +++ b/tubearchivist-docker-compose.yml @@ -8,7 +8,7 @@ services: ports: - 8000:8000 volumes: - - test:/youtube + - /z/Media/Downloads/TubeArchivist:/youtube - /c/Temp/Cache:/cache environment: - ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port @@ -49,4 +49,5 @@ services: volumes: - /c/Temp/ES:/usr/share/elasticsearch/data # check for permission error when using bind mount, see readme expose: - - "9200" \ No newline at end of file + - "9200" + \ No newline at end of file