fix: use named volume for OpenVPMS Redis /data instead of tmpfs

Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/5f263bfa-a9fe-4ec7-b788-5f51a75ea0fc
This commit is contained in:
copilot-swe-agent[bot]
2026-03-24 15:42:50 +00:00
parent 9338ea9780
commit d5729f159b

View File

@@ -48,8 +48,12 @@
"image_tag": "7-alpine",
"hide_from_list": true,
"restart": "unless-stopped",
"tmpfs": [
"/data"
"volumes": [
{
"source": "nextcloud_aio_openvpms_redis",
"destination": "/data",
"writeable": true
}
]
},
{