Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 295 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 295 Bytes

Miniflux

Make sure you have configured Traefik

Run

In folder: Make .env file on the same model as .env.exemple

docker compose up -d

or

MINIFLUX_URL=feed.your-domain.com MINIFLUX_POSTGRES_USER=user MINIFLUX_POSTGRES_PASSWORD=password
docker compose up -d