mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 20:38:28 +08:00
优化portainer的选项
This commit is contained in:
@@ -10,6 +10,9 @@
|
|||||||
],
|
],
|
||||||
"codenotary": "wghaos@163.com",
|
"codenotary": "wghaos@163.com",
|
||||||
"description": "轻松管理您的Docker环境",
|
"description": "轻松管理您的Docker环境",
|
||||||
|
"startup": "system",
|
||||||
|
"boot": "manual",
|
||||||
|
"host_network": true,
|
||||||
"docker_api": true,
|
"docker_api": true,
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"image": "ghcr.nju.edu.cn/alexbelgium/portainer-{arch}",
|
"image": "ghcr.nju.edu.cn/alexbelgium/portainer-{arch}",
|
||||||
@@ -28,6 +31,12 @@
|
|||||||
"password": "homeassistant",
|
"password": "homeassistant",
|
||||||
"ssl": false
|
"ssl": false
|
||||||
},
|
},
|
||||||
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
|
"full_access": true,
|
||||||
|
"hassio_role": "admin",
|
||||||
"panel_icon": "mdi:docker",
|
"panel_icon": "mdi:docker",
|
||||||
"ports": {
|
"ports": {
|
||||||
"8000/tcp": null,
|
"8000/tcp": null,
|
||||||
|
|||||||
Reference in New Issue
Block a user