Merge pull request #1498 from nextcloud/enh/1032/add-collabora-volume

add a volume for collabora fonts
This commit is contained in:
Simon L 2022-12-15 12:14:29 +01:00 committed by GitHub
commit 3568adf8c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,7 +207,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"