add a volume for redis

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L
2022-12-15 12:09:31 +01:00
parent 7eb59374a2
commit 882fd3be26
+7 -1
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"