mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-28 09:40:47 +08:00
Merge pull request #1498 from nextcloud/enh/1032/add-collabora-volume
add a volume for collabora fonts
This commit is contained in:
commit
3568adf8c6
1 changed files with 7 additions and 1 deletions
|
@ -207,7 +207,13 @@
|
||||||
"dictionaries=%COLLABORA_DICTIONARIES%",
|
"dictionaries=%COLLABORA_DICTIONARIES%",
|
||||||
"TZ=%TIMEZONE%"
|
"TZ=%TIMEZONE%"
|
||||||
],
|
],
|
||||||
"volumes": [],
|
"volumes": [
|
||||||
|
{
|
||||||
|
"name": "nextcloud_aio_collabora_fonts",
|
||||||
|
"location": "/opt/cool/systemplate/tmpfonts",
|
||||||
|
"writeable": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"secrets": [],
|
"secrets": [],
|
||||||
"maxShutdownTime": 10,
|
"maxShutdownTime": 10,
|
||||||
"restartPolicy": "unless-stopped"
|
"restartPolicy": "unless-stopped"
|
||||||
|
|
Loading…
Reference in a new issue