Sign inSign up

jgeusebroek/jirafeau

By jgeusebroek

Updated almost 4 years ago

Jirafeau is a web site permitting to upload a file in a simple way and give an unique link to it.

Image
7

500K+

jgeusebroek/jirafeau repository overview

Docker Jirafeau image

A tiny image running alpine Linux and jirafeau.

Usage

docker run --restart=always -d \
	-p 0.0.0.0:80:80 \
	--hostname=jirafeau \
	--name=jirafeau \
	-v /<host_data_directory>:/data \
	-v /<host_cfg_direcrory:/cfg \
	jgeusebroek/jirafeau

Optional environment variables

  • UID User ID php fpm daemon account (default: 4000).
  • GID Group ID php fpm daemon account (default: 4000).

License

MIT / BSD

Author Information

Jeroen Geusebroek

Tag summary

Content type

Image

Digest

sha256:1421e1d3b

Size

28.8 MB

Last updated

almost 4 years ago

docker pull jgeusebroek/jirafeau