moves /mnt/20tb/ away to just /mnt

This commit is contained in:
2024-11-15 20:23:55 +01:00
parent 8638652839
commit 60f0ab11bd
8 changed files with 97 additions and 101 deletions

View File

@ -11,7 +11,7 @@ services:
- host.docker.internal:host-gateway
volumes:
- ./data/radarr-config:/config
- /mnt/20tb:/storage
- /mnt:/storage
restart: "unless-stopped"
sonarr:
@ -21,7 +21,7 @@ services:
- TZ=Europe/Amsterdam
volumes:
- ./data/sonarr-config:/config
- /mnt/20tb:/storage
- /mnt:/storage
ports:
- 8989:8989
extra_hosts:
@ -38,7 +38,7 @@ services:
- host.docker.internal:host-gateway
volumes:
- ./data/lidarr-config:/config
- /mnt/20tb:/storage
- /mnt:/storage
restart: unless-stopped
whisparr:
@ -51,7 +51,7 @@ services:
- host.docker.internal:host-gateway
volumes:
- ./data/whisparr-config:/config
- /mnt/20tb:/storage
- /mnt:/storage
restart: unless-stopped
prowlarr: