Title logo
linuxserver/freshrss.

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

47,363,175 199 unknown arm64 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/freshrss
Build Time 13 Mar 2025 22:39:58
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 13 Mar 2025 at 22:39:52

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

CLI

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