Updater bot : portainer updated to 2.31.3

This commit is contained in:
alexbelgium
2025-07-05 01:58:16 +02:00
parent 795cd0e484
commit 78ee53dd59
4 changed files with 21 additions and 7 deletions

View File

@@ -1,6 +1,13 @@
{
"arch": ["aarch64", "amd64", "armv7"],
"backup_exclude": ["backups", "docker_config/cli-plugins"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"backup_exclude": [
"backups",
"docker_config/cli-plugins"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Manage your Docker environment with ease",
"docker_api": true,
@@ -10,7 +17,11 @@
"ingress_port": 1337,
"ingress_stream": true,
"init": false,
"map": ["addon_config:rw", "share:rw", "ssl"],
"map": [
"addon_config:rw",
"share:rw",
"ssl"
],
"name": "Portainer",
"options": {
"certfile": "fullchain.pem",
@@ -37,5 +48,5 @@
"slug": "portainer",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.31.2-6"
"version": "2.31.3"
}