15 lines
466 B
Markdown
15 lines
466 B
Markdown
|
# 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
|
||
|
```
|