Title logo
linuxserver/sickchill.

41,460,725 52 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/sickchill
Build Time 21 Sep 2023 06:40:17
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2023.6.27 21 Sep 2023 at 06:40:17

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  sickchill:
    image: linuxserver/sickchill:2023.6.27
    container_name: sickchill
    restart: no

CLI

docker create \
  --name=sickchill \  --restart no \
  linuxserver/sickchill:2023.6.27