Browse Source

try a new mount

master
Dan 3 years ago
parent
commit
24d4109979
  1. 4
      tubearchivist-docker-compose.yml

4
tubearchivist-docker-compose.yml

@ -8,7 +8,7 @@ services:
ports: ports:
- 8000:8000 - 8000:8000
volumes: volumes:
- pokecenter_media/Downloads/TubeArchivist:/youtube - pokecenter_media:/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
@ -57,4 +57,4 @@ volumes:
driver_opts: driver_opts:
type: nfs type: nfs
o: "addr=192.168.1.172,rw" o: "addr=192.168.1.172,rw"
device: "/Media:mnt/pokecenter_media" device: "/Media/Downloads/TubeArchivist:/mnt/pokecenter_media"
Loading…
Cancel
Save