1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-06 22:35:23 +02:00
portainer/build/docker-extension/metadata.json
itsconquest 0beb0d95c1
fix(extension): add missing labels [EE-3068] (#6879)
* fix(extension): add missing labels [EE-3068]

* fix(extension): add missing labels [EE-3068]
2022-05-06 14:19:26 +12:00

14 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"
}
}
}