jgeusebroek / docker-privatebin

A tiny Docker image running Alpine Linux and Privatebin.

Home Page:https://github.com/PrivateBin/PrivateBin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Privatebin image

A tiny image running alpine Linux and PrivateBin.

Usage

docker run --restart=always -d \
	--read-only \
	-p 0.0.0.0:80:80 \
	--hostname=privatebin \
	--name=privatebin \
	-v /<host_data_directory>:/privatebin/data \
	-v /<host_cfg_directory>:/privatebin/cfg \
	jgeusebroek/privatebin

On first run it will copy the sample config file, if there isn't a config file already.

Optional environment variables

  • UID User ID php fpm daemon account (default: 991).
  • GID Group ID php fpm daemon account (default: 991).

License

MIT / BSD

Author Information

Jeroen Geusebroek

About

A tiny Docker image running Alpine Linux and Privatebin.

https://github.com/PrivateBin/PrivateBin

License:MIT License


Languages

Language:Dockerfile 76.7%Language:Shell 23.3%