Title logo
linuxserver/lychee.

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

19,537,587 154 unknown arm64 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/lychee
Build Time 28 Mar 2025 10:46:03
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 28 Mar 2025 at 10:45:58

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:latest
    container_name: lychee
    restart: no

CLI

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