Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 556 Bytes

File metadata and controls

23 lines (17 loc) · 556 Bytes

selfoss-docker

Dockerfile for Selfoss RSS aggregator

Selfoss config is mounted in a separate volume, so your custom settings should survive reboot.

To run the latest stable tag (2.18) use:

docker-compose up

Then find the web interface at http://localhost:8390

To run the latest master version use:

docker-compose -f docker-compose.master.yml up

Then find the web interface at http://localhost:8391

To rebuild the master version with the latest code from git use:

docker-compose -f docker-compose.master.yml build --no-cache