Matthew Gamble 385d71475b Allow users to add custom http-level nginx config
This is particularly useful if you need to add realip config, to ensure
Privatebin's IP-based rate limiting works correctly.
2020-11-14 21:39:10 +11:00
2017-01-03 22:27:16 +01:00
2017-01-03 22:27:16 +01:00
2020-01-17 11:36:26 +01:00

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

Description
No description provided
Readme 51 KiB
Languages
Dockerfile 76.6%
Shell 23.4%