Update config.json

This commit is contained in:
Alexandre
2023-06-05 17:34:16 +02:00
committed by GitHub
parent 741cd985d7
commit 8e2cd5e6fd

View File

@@ -53,7 +53,11 @@
"/dev/nvme1", "/dev/nvme1",
"/dev/nvme2" "/dev/nvme2"
], ],
"environment": }
"TINI_SUBREAPER": "false"
},
"image": "ghcr.io/alexbelgium/free_games_claimer-{arch}", "image": "ghcr.io/alexbelgium/free_games_claimer-{arch}",
"init": false,
"map": [ "map": [
"config:rw" "config:rw"
], ],
@@ -76,6 +80,6 @@
}, },
"slug": "free_games_claimer", "slug": "free_games_claimer",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.4-test18", "version": "1.4-test19",
"webui": "[PROTO:ssl]://[HOST]:[PORT:6080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:6080]"
} }