From 8f806168bc70f536a44edccd7b203169ec014f5b Mon Sep 17 00:00:00 2001 From: CBS Information System Date: Wed, 11 May 2022 12:59:07 +0900 Subject: [PATCH] add readme file --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5f512b --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# elabftw-customization +Customization files for docker version of elabftw. + +To apply these customization, append following lines to docker compose file /etc/elabftw.yml + +``` +services: + web: + volumes: + - /elabftw-customization/web/assets/images/logo-header.png:/elabftw/web /assets/images/logo-header.png + - /elabftw-customization/web/app/img:/elabftw/web/app/img + - /elabftw-customization/src/templates/head.html:/elabftw/src/templates +/head.html +```