2022-05-11 12:59:07 +09:00
|
|
|
# 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:
|
2022-05-11 13:00:07 +09:00
|
|
|
- /elabftw-customization/web/assets/images/logo-header.png:/elabftw/web/assets/images/logo-header.png
|
2022-05-11 12:59:07 +09:00
|
|
|
- /elabftw-customization/web/app/img:/elabftw/web/app/img
|
2022-05-11 13:00:07 +09:00
|
|
|
- /elabftw-customization/src/templates/head.html:/elabftw/src/templates/head.html
|
2022-05-11 12:59:07 +09:00
|
|
|
```
|