A tiny image running gliderlabs/docker-alpine Linux and Zerobin.
docker run --restart=always -d \
-p 0.0.0.0:80:80 \
--hostname=zerobin \
--name=zerobin \
-v /<host_data_directory>:/zerobin/data \
-v /<host_cfg_directory>:/zerobin/cfg \
jgeusebroek/zerobin
On first run it will copy the sample config file if there isn't a config file already.
UID
User ID php fpm daemon account (default: 991).GID
Group ID php fpm daemon account (default: 991).
MIT / BSD
Jeroen Geusebroek forked from Wonderfall