From 6a385a5a4ea8d4c939b2c50a906648e33af010c7 Mon Sep 17 00:00:00 2001 From: waxgourd Date: Fri, 16 Feb 2024 18:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96portainer=E7=9A=84=E9=80=89?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portainer/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/portainer/config.json b/portainer/config.json index 5d42cc8..289ad85 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -10,6 +10,9 @@ ], "codenotary": "wghaos@163.com", "description": "轻松管理您的Docker环境", + "startup": "system", + "boot": "manual", + "host_network": true, "docker_api": true, "hassio_api": true, "image": "ghcr.nju.edu.cn/alexbelgium/portainer-{arch}", @@ -28,6 +31,12 @@ "password": "homeassistant", "ssl": false }, + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], + "full_access": true, + "hassio_role": "admin", "panel_icon": "mdi:docker", "ports": { "8000/tcp": null,