Title logo
linuxserver/lychee.

A Lychee container, brought to you by LinuxServer.io.

19,490,483 149 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/lychee
Build Time 02 May 2024 02:35:29
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 5.3.0 02 May 2024 at 02:35:28

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  lychee:
    image: linuxserver/lychee:5.3.0
    container_name: lychee
    restart: no

CLI

docker create \
  --name=lychee \  --restart no \
  linuxserver/lychee:5.3.0