feat: Add bind mount for Docker socket in uptime module
This commit is contained in:
parent
8d840dc845
commit
a04079b558
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
||||||
"type": "volume",
|
"type": "volume",
|
||||||
"target": "/app/data",
|
"target": "/app/data",
|
||||||
"source": "kuma-data"
|
"source": "kuma-data"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "bind",
|
||||||
|
"target": "/var/run/docker.sock",
|
||||||
|
"source": "/var/run/docker.sock"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue