Sign inSign up

jgeusebroek/zerobin

By jgeusebroek

Updated about 8 years ago

A tiny image running gliderlabs/docker-alpine Linux and Zerobin.

Image
1

500K+

jgeusebroek/zerobin repository overview

Docker Zerobin image

A tiny image running gliderlabs/docker-alpine Linux and Zerobin.

Usage

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.

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 forked from Wonderfall

Tag summary

Content type

Image

Digest

Size

21.4 MB

Last updated

about 8 years ago

docker pull jgeusebroek/zerobin