X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/07ee94c2024a69dfede63c9b5297fe54d0ec235d..c8487cae3324a46f9890e30e1575160ab3138856:/docker/README.md 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