Recording path for docker-instance

Hello,

actually i try to get my Docker-Instance of BlueCherry 3 to write recordings to a custom path. The compose-file shows two locations where the path for recordings could be changed.

There is first:

"HostConfig": {
"Binds": [
"/etc/yum.repos.d/bluecherry-docker/recordings:/var/lib/bluecherry/recordings:rw",
],

And second:

"Mounts": [
{
"Type": "bind",
"Source": "/etc/yum.repos.d/bluecherry-docker/recordings",
"Destination": "/var/lib/bluecherry/recordings",
"Mode": "rw",
"RW": true,
"Propagation": "rprivate"
},

Whats the recommended way in 2026 to handle that?

Incidentally i have to say “great work”, i ran BlueCherry 2 for a few years without docker. Now i decided to buy a license and i see its free.