Browse Source

More tries at this

master
Quildra 3 years ago
parent
commit
77de0eca01
  1. 3
      tubearchivist-docker-compose.yml

3
tubearchivist-docker-compose.yml

@ -8,7 +8,7 @@ services:
ports: ports:
- 8000:8000 - 8000:8000
volumes: volumes:
- ./z-media/Downloads/TubeArchivist:/youtube - z-media/Downloads/TubeArchivist:/youtube
- /c/Temp/Cache:/cache - /c/Temp/Cache:/cache
environment: environment:
- ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port - ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port
@ -53,3 +53,4 @@ services:
volumes: volumes:
z-media: z-media:
driver: local
Loading…
Cancel
Save