Jump to content

[SOLVED] starting new setup with fresh Docker containers


Recommended Posts

The /mnt/user/downloads looks like this:

root@51cdaaebf3fb:/downloads# ls -la
total 18029096
drwxrwxr-x 1 abc  abc           58 Apr 19 16:36 .
drwxr-xr-x 1 root root         230 Apr 24 23:35 ..
drwxrwxr-x 1 abc  abc           12 Apr 24 00:17 dst
drwxrwxr-x 1 abc  abc            0 Oct  3  2018 incomplete
drwxrwxr-x 1 abc  abc        42066 Apr 23 22:58 inter
drwxrwxr-x 1 abc  abc       140120 Apr 23 22:58 nzb
-rwxrwxr-x 1 abc  abc  18461792718 Apr 24 23:59 nzbget.log
drwxrwxr-x 1 abc  abc       114260 Apr 24 23:59 queue
drwxrwxr-x 1 abc  abc            0 Apr 24 23:42 tmp
drwxrwxr-x 1 abc  abc            0 Jan  7  2018 unzipped_torrents

Link to comment

That is done and nzbget has been re-installed.  Now to configure it:

Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='nzbget' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '6789:6789/tcp' -v '/mnt/user/downloads/':'/downloads':'rw' -v '/mnt/user/appdata/nzbget':'/config':'rw' 'linuxserver/nzbget' 

64f4bdc0de0c8462ba579f727dfbec2f466c7b777e14f7db2caef0138f3c581e

The command finished successfully!

Link to comment

Installed sonarr:

Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='sonarr' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '8989:8989/tcp' -v '/dev/rtc':'/dev/rtc':'ro' -v '/mnt/user/TV Shows/':'/tv':'rw' -v '/mnt/user/downloads/':'/downloads':'rw' -v '/mnt/user/appdata/sonarr':'/config':'rw' 'linuxserver/sonarr' 

f84b490d42416c854d684a40594161adee07dfb87bd8ddb39edcb5767522977c

The command finished successfully!

Link to comment

Was on a roll so just went ahead and installed radarr:

Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='radarr' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '7878:7878/tcp' -v '/mnt/user/downloads/':'/downloads':'rw' -v '/mnt/user/Movies/':'/movies':'rw' -v '/mnt/user/appdata/radarr':'/config':'rw' 'linuxserver/radarr' 

8d69832c37bb139f09605d32b6aa95968b82b3a8ec5b5263c63ba7c1bf4f340e

The command finished successfully!

Link to comment

To the moderators:  This one can be marked successful.  It is working very well now.  For some reason, the BinHex version of my nzbget was hanging on the unpack and would PPQUEUE a ton of downloads and sort of stop everything up.  The linuxserver version does not do this.  I found an old article from 2018 I think it was that said the BinHex container had that issue so not sure where it ever went with regards to fixing it.  

Link to comment
  • JorgeB changed the title to [SOLVED] starting new setup with fresh Docker containers

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...