From 6459a262a47522d80ce6184915815e0d4e68e93b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 12 May 2022 14:10:05 +0200 Subject: [PATCH] 12 characters password https://github.com/alexbelgium/hassio-addons/issues/329 --- portainer/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portainer/config.json b/portainer/config.json index 28a1da2b6..84a61d291 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -24,7 +24,7 @@ "options": { "certfile": "fullchain.pem", "keyfile": "privkey.pem", - "password": "default", + "password": "homeassistant", "ssl": false }, "panel_icon": "mdi:docker",