feat: mount local system font dir to collabora

This commit is contained in:
Alexander Ackermann
2025-11-06 10:51:07 +01:00
parent f466650a97
commit 69b40132c0

View File

@@ -41,6 +41,9 @@ services:
volumes:
# configure the .env file to use own paths instead of docker internal volumes
- ${OC_CONFIG_DIR:-opencloud-config}:/etc/opencloud
# in order to add new fonts, add then to /usr/share/fonts/truetype on your local system
- /usr/share/fonts/truetype:/usr/share/fonts/truetype/more:ro
- /usr/share/fonts/truetype:/opt/cool/systemplate/usr/share/fonts/truetype/more:ro
logging:
driver: ${LOG_DRIVER:-local}
restart: always