mirror of https://github.com/portainer/portainer
15 lines
252 B
JSON
15 lines
252 B
JSON
|
{
|
||
|
"icon": "portainer.svg",
|
||
|
"vm": {
|
||
|
"composefile": "docker-compose.yml",
|
||
|
"exposes": { "socket": "docker.sock" }
|
||
|
},
|
||
|
"ui": {
|
||
|
"dashboard-tab": {
|
||
|
"title": "Portainer",
|
||
|
"root": "/public",
|
||
|
"src": "index.html"
|
||
|
}
|
||
|
}
|
||
|
}
|