Sign inSign up

pamplemousse/selfoss

By pamplemousse

Updated over 5 years ago

Selfoss with cron automated updates in a container.

Image
1

10K+

pamplemousse/selfoss repository overview

docker-selfoss

Containerized version of selfoss.

Inspired from the original work of JensErat.

usage

# create a data volume
docker volume create --name data-volume

# start a selfoss instance
docker run \
  -v data-volume:/var/www/html/data \
  -p 8000:80 \
  pamplemousse/selfoss

Tag summary

Content type

Image

Digest

Size

148.9 MB

Last updated

over 5 years ago

docker pull pamplemousse/selfoss