Skip to content

Commit 286df7e

Browse files
committed
remove unwanted quotes
1 parent d6f69ba commit 286df7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization/custom-css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
environment:
1010
# ...
1111
- SEAHUB__ENABLE_BRANDING_CSS=True
12-
- SEAHUB__BRANDING_CSS="/custom/custom.css"
12+
- SEAHUB__BRANDING_CSS=/custom/custom.css
1313
volumes:
1414
- ./your-custom-styles.css:/shared/seafile/seahub-data/custom/custom.css:ro
1515
```

0 commit comments

Comments
 (0)