PHLAK / docker-sonarr

[UNMAINTAINED] Docker image for Sonarr client.

Home Page:https://hub.docker.com/r/phlak/sonarr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-sonarr

Docker image for Sonarr client.


!!! UNMAINTAINED !!!

I will no longer be maintaining this image and recommend using the linuxserver/sonarr image if you would like to run CouchPotato on Docker.


Running the Container

In order to persist configuration data when upgrading your container you should create a named data volume. This is not required but is highly recommended.

docker volume create --name sonarr-data

After the data volume has been created run the daemon container with the named data volume:

docker run -d -p 8989:8989 -v sonarr-data:/home/sonarr/.config/NzbDrone -v /path/to/shows:/srv/shows --name sonarr-client phlak/sonarr

Optional 'docker run' Arguments

--restart unless-stopped - Always restart the container regardless of the exit status, but do not start it on daemon startup if the container has been put to a stopped state before. See the Docker restart policies for additional details.

Troubleshooting

Please report bugs to the GitHub Issue Tracker.

Copyright

This project is liscensed under the MIT License.

About

[UNMAINTAINED] Docker image for Sonarr client.

https://hub.docker.com/r/phlak/sonarr/

License:MIT License


Languages

Language:Shell 100.0%