add a volume for redis

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-12-09 11:38:33 +01:00
parent 7eb59374a2
commit 882fd3be26

View file

@ -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"