add readme file
This commit is contained in:
parent
df8ad45ff5
commit
8f806168bc
14
README.md
Normal file
14
README.md
Normal file
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user