From d5729f159b21da76217e57b24f5e935e04b610df Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 15:42:50 +0000 Subject: [PATCH] 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 --- community-containers/openvpms/openvpms.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/community-containers/openvpms/openvpms.json b/community-containers/openvpms/openvpms.json index ff2953d1..1fdf29da 100644 --- a/community-containers/openvpms/openvpms.json +++ b/community-containers/openvpms/openvpms.json @@ -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 + } ] }, {