mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-27 11:25:41 +00:00
ghost
isso
lutim
lychee
nodejs
owncloud
piwik
rainloop
reverse
rutorrent
searx
selfoss
Dockerfile
README.md
cron
nginx.conf
php-fpm.conf
startup
supervisord.conf
subsonic
zerobin
LICENSE
762 B
762 B
hardware/selfoss
The new multipurpose rss reader, live stream, mashup, aggregation web application.
Requirement
- Docker 1.0 or higher
How to use
docker run -d \
--name selfoss \
-p 80:80 \
-v /mnt/docker/selfoss:/selfoss/data \
hardware/selfoss
Environment variables
- VERSION = selfoss version (optional, default: 2.15)
- GID = selfoss user id (optional, default: 991)
- UID = selfoss group id (optional, default: 991)
Docker-compose
Docker-compose.yml
selfoss:
image: hardware/selfoss
container_name: selfoss
ports:
- "80:80"
volumes:
- /mnt/docker/selfoss:/selfoss/data
Run !
docker-compose up -d