Title logo
linuxserver/freshrss.

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

46,828,191 192 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/freshrss
Build Time 05 May 2024 13:06:24
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.23.1 05 May 2024 at 13:06:23

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  freshrss:
    image: linuxserver/freshrss:1.23.1
    container_name: freshrss
    restart: no

CLI

docker create \
  --name=freshrss \  --restart no \
  linuxserver/freshrss:1.23.1