mirror of
https://github.com/portainer/portainer.git
synced 2026-06-23 06:20:12 +00:00
15 lines
264 B
JSON
15 lines
264 B
JSON
{
|
|
"icon": "portainer.svg",
|
|
"vm": {
|
|
"composefile": "docker-compose.yml",
|
|
"exposes": { "socket": "docker.sock" }
|
|
},
|
|
"ui": {
|
|
"dashboard-tab": {
|
|
"title": "Portainer",
|
|
"root": "/public",
|
|
"src": "http://localhost:49000"
|
|
}
|
|
}
|
|
}
|