2c89e56e98149c77057bd07cdf2f976f854ba6c9
Fix permission error preventing upload of large pastes.
Docker Privatebin image
A tiny image running alpine Linux and Privatebin.
Usage
docker run --restart=always -d \
-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
UIDUser ID php fpm daemon account (default: 991).GIDGroup ID php fpm daemon account (default: 991).
License
MIT / BSD
Author Information
Description
Languages
Dockerfile
76.6%
Shell
23.4%