We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f69ba commit 286df7eCopy full SHA for 286df7e
docs/customization/custom-css.md
@@ -9,7 +9,7 @@ services:
9
environment:
10
# ...
11
- SEAHUB__ENABLE_BRANDING_CSS=True
12
- - SEAHUB__BRANDING_CSS="/custom/custom.css"
+ - SEAHUB__BRANDING_CSS=/custom/custom.css
13
volumes:
14
- ./your-custom-styles.css:/shared/seafile/seahub-data/custom/custom.css:ro
15
```
0 commit comments