diff --git a/tubearchivist-docker-compose.yml b/tubearchivist-docker-compose.yml index cfacccf..16718d6 100644 --- a/tubearchivist-docker-compose.yml +++ b/tubearchivist-docker-compose.yml @@ -8,8 +8,8 @@ services: ports: - 8000:8000 volumes: - - Z:/Downloads/TubeArchivist:/youtube - - cache:/cache + - /z/Downloads/TubeArchivist:/youtube + - /c/Temp/Cache:/cache environment: - ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port - REDIS_HOST=archivist-redis # don't add protocol @@ -29,7 +29,7 @@ services: expose: - "6379" volumes: - - redis:/data + - /c/Temp/Redis:/data depends_on: - archivist-es archivist-es: @@ -46,12 +46,7 @@ services: soft: -1 hard: -1 volumes: - - es:/usr/share/elasticsearch/data # check for permission error when using bind mount, see readme + - /c/Temp/ES:/usr/share/elasticsearch/data # check for permission error when using bind mount, see readme expose: - "9200" - -volumes: - media: - cache: - redis: - es: + \ No newline at end of file