From bea8ca86dd54c432b15f3610adae58b338ed5254 Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 9 Dec 2022 11:43:50 +0100 Subject: [PATCH] add a volume for collabora fonts Signed-off-by: Simon L --- php/containers.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index 9412ed63..e1d5dfe5 100644 --- a/php/containers.json +++ b/php/containers.json @@ -201,7 +201,13 @@ "dictionaries=%COLLABORA_DICTIONARIES%", "TZ=%TIMEZONE%" ], - "volumes": [], + "volumes": [ + { + "name": "nextcloud_aio_collabora_fonts", + "location": "/opt/cool/systemplate/tmpfonts", + "writeable": true + } + ], "secrets": [], "maxShutdownTime": 10, "restartPolicy": "unless-stopped"