mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
add a volume for redis
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7eb59374a2
commit
882fd3be26
1 changed files with 7 additions and 1 deletions
|
|
@ -178,7 +178,13 @@
|
|||
"REDIS_HOST_PASSWORD=%REDIS_PASSWORD%",
|
||||
"TZ=%TIMEZONE%"
|
||||
],
|
||||
"volumes": [],
|
||||
"volumes": [
|
||||
{
|
||||
"name": "nextcloud_aio_redis",
|
||||
"location": "/data",
|
||||
"writeable": true
|
||||
}
|
||||
],
|
||||
"secrets": [
|
||||
"REDIS_PASSWORD",
|
||||
"ONLYOFFICE_SECRET"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue