feat: Add bind mount for Docker socket in uptime module

This commit is contained in:
Ben Martin 2024-07-27 12:29:03 +00:00
parent 8d840dc845
commit a04079b558
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -18,6 +18,11 @@
"type": "volume",
"target": "/app/data",
"source": "kuma-data"
},
{
"type": "bind",
"target": "/var/run/docker.sock",
"source": "/var/run/docker.sock"
}
]
},