Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 817 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 817 Bytes

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 \
	-v /<host_cfg_direcrory>:/media \
	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