From: Jerome Jutteau Date: Sun, 13 Dec 2020 21:34:50 +0000 (+0100) Subject: [TASK] add docker options documentation X-Git-Tag: 4.3.0~5 X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/commitdiff_plain/c8487cae3324a46f9890e30e1575160ab3138856?ds=sidebyside [TASK] add docker options documentation Signed-off-by: Jerome Jutteau --- diff --git a/docker/README.md b/docker/README.md index 432c351..ff23b13 100644 --- a/docker/README.md +++ b/docker/README.md @@ -40,6 +40,14 @@ docker run -d -p 8080:8080 mojo42/jirafeau docker run -d -p 80:8080 mojo42/jirafeau ``` +## Options + +Jirafeau docker image now accept some options through environment variables to ease its configuration. +More details about options in `lib/config.original.php`. + +Available options: +- `FILE_HASH`: can be set to `md5` (default), `partial_md5` or `random`. + ## Few notes - SSL is currently not enabled in docker's image for the moment