NFS Share in docker-compose.yml eingebunden

This commit is contained in:
borgal
2021-09-29 08:38:54 +00:00
parent 2415946737
commit 7325163d58

View File

@@ -1,4 +1,4 @@
version: "3.2"
version: "3.4"
services:
ytdl_material:
image: tzahi12345/youtubedl-material:latest
@@ -17,4 +17,9 @@ services:
volumes:
youtubeDL:
external: true
name: youtubeDL
driver: local
driver_opts:
type: nfs
o: addr=192.168.0.102,rw
device: ":/mnt/pool1/Multimedia/MP3-Download"