Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

jgeusebroek/docker-zerobin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published