remove all refrences to /myth/opt*, and replaced with appropriate /export/docker/* shared downloads moved from nzbget itself, to storage sub-dir
This commit is contained in:
@@ -37,8 +37,8 @@ services:
|
||||
image: linuxserver/nzbget
|
||||
container_name: nzbget
|
||||
volumes:
|
||||
- /myth/opt/nzbget/config:/config
|
||||
- /myth/opt/nzbget/downloads:/downloads
|
||||
- /export/docker/container/nzbget/config:/config
|
||||
- /export/docker/storage/downloads:/downloads
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=500
|
||||
@@ -65,9 +65,9 @@ services:
|
||||
- "traefik.http.routers.sonarr.tls=true"
|
||||
- "traefik.http.routers.sonarr.entrypoints=secureweb"
|
||||
volumes:
|
||||
- /myth/opt/sonarr/config:/config
|
||||
- /myth/opt/storage/series:/tv
|
||||
- /myth/opt/nzbget/downloads/:/downloads
|
||||
- /export/docker/container/sonarr/config:/config
|
||||
- /export/docker/storage/downloads:/downloads
|
||||
- /export/docker/storage/series:/tv
|
||||
|
||||
radarr:
|
||||
container_name: radarr
|
||||
@@ -83,9 +83,9 @@ services:
|
||||
- "traefik.http.routers.radarr.tls=true"
|
||||
- "traefik.http.routers.radarr.entrypoints=secureweb"
|
||||
volumes:
|
||||
- /myth/opt/radarr/config:/config
|
||||
- /myth/opt/storage/movies:/movies
|
||||
- /myth/opt/nzbget/downloads:/downloads
|
||||
- /export/docker/container/radarr/config:/config
|
||||
- /export/docker/storage/downloads:/downloads
|
||||
- /export/docker/storage/movies:/movies
|
||||
|
||||
emby:
|
||||
container_name: emby
|
||||
@@ -99,10 +99,10 @@ services:
|
||||
- GIDLIST=44
|
||||
- TZ=Australia/Melbourne
|
||||
volumes:
|
||||
- /myth/opt/emby/config:/config
|
||||
- /myth/opt/emby/transcode:/transcode
|
||||
- /myth/opt/storage:/data
|
||||
- /myth/tv:/myth-recordings
|
||||
- /export/docker/container/emby/config:/config
|
||||
- /export/docker/container/emby/transcode:/transcode
|
||||
- /export/docker/storage:/data
|
||||
- /export/myth/tv:/myth-recordings
|
||||
ports:
|
||||
- "8096:8096"
|
||||
- "8920:8920"
|
||||
|
||||
Reference in New Issue
Block a user