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 +```