diff --git a/youtubeDL/.env.sample b/youtubeDL/.env.sample new file mode 100644 index 0000000..632619a --- /dev/null +++ b/youtubeDL/.env.sample @@ -0,0 +1,2 @@ +NFS_SERVER=192.168.0.xxx # oder hostname oder Domain +PFAD=/Pfad/zum/Ordner \ No newline at end of file diff --git a/youtubeDL/docker-compose.yml b/youtubeDL/docker-compose.yml index de93141..66731c2 100644 --- a/youtubeDL/docker-compose.yml +++ b/youtubeDL/docker-compose.yml @@ -21,5 +21,5 @@ volumes: driver: local driver_opts: type: nfs - o: addr=192.168.0.102,rw - device: ":/mnt/pool1/Multimedia/MP3-Download" \ No newline at end of file + o: addr=${NFS_SERVER},rw + device: ":${PFAD}" \ No newline at end of file