diff --git a/php/containers.json b/php/containers.json index b603fe09..daed5d6f 100644 --- a/php/containers.json +++ b/php/containers.json @@ -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"