2022-02-23 00:00:46 -03:00
{
"categories" : [
"Downloaders" ,
"Video"
] ,
"description" : "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic." ,
"env" : [
{
"default" : "1000" ,
"label" : "PUID" ,
"name" : "PUID"
} ,
{
"default" : "1000" ,
"label" : "PGID" ,
"name" : "PGID"
}
] ,
2022-08-21 21:09:22 +01:00
"image_arm64" : "linuxserver/sickchill:latest" ,
"image_amd64" : "linuxserver/sickchill:latest" ,
2022-02-23 00:00:46 -03:00
"logo" : "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/sickchill-icon.png" ,
"name" : "sickchill" ,
"officialDoc" : "https://sickchill.github.io/" ,
"platform" : "linux" ,
"ports" : [
"8081:8081/tcp"
] ,
"restart_policy" : "unless-stopped" ,
"title" : "SickChill" ,
"type" : 1 ,
"volumes" : [
{
"bind" : "/portainer/Files/AppData/Config/SickChill" ,
"container" : "/config"
} ,
{
"bind" : "/portainer/Downloads" ,
"container" : "/downloads"
} ,
{
"bind" : "/portainer/TV" ,
"container" : "/tv"
}
] ,
"webpage" : "https://docs.linuxserver.io/images/docker-sickchill"
}