From a08c528b4b6d591ab253b6bdc4682027dea692f4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 11 Mar 2022 14:08:20 +0100 Subject: [PATCH] Exclude some elements https://github.com/alexbelgium/hassio-addons/issues/247 --- portainer/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/portainer/config.json b/portainer/config.json index f9cb7d36e..240b9b494 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -4,6 +4,9 @@ "amd64", "armv7" ], + "backup_exclude": [ + "backups", + "docker_config/cli-plugins" ], "description": "Manage your Docker environment with ease", "docker_api": true, "hassio_api": true, @@ -41,6 +44,6 @@ "startup": "services", "upstream": "2.11.1", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.11.1-TESTDONOTUPDATE", + "version": "2.11.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:9099]" }