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