mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 10:50:10 +00:00
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:
@@ -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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user