This repository has been archived on 2026-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
docker-infrastructure/freshrss/docker-compose.yml

14 lines
281 B
YAML

services:
freshrss:
image: lscr.io/linuxserver/freshrss:latest
container_name: freshrss
volumes:
# Config
- $APPDATA/freshrss:/config
environment:
PUID: $PUID
PGID: $PGID
TZ: $TZ
ports:
- 8083:80
restart: unless-stopped