Sign inSign up

ricardo1/zerobin

By ricardo1

Updated about 6 years ago

An open source online pastebin image that runs on the Raspberry Pi Zero.

Image
0

148

ricardo1/zerobin repository overview

Docker Zerobin image

A tiny image running arm32v6/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 \
	ricardo1/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

Tag summary

Content type

Image

Digest

Size

23.9 MB

Last updated

about 6 years ago

docker pull ricardo1/zerobin