Update to 4.3.3

This commit is contained in:
alexbelgium
2021-11-07 16:02:37 +01:00
parent dcf4c1d398
commit 73059a758c
2 changed files with 14 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 4.3.3 (07-11-2021)
- Update to latest version from linuxserver/docker-ombi
## 4.0.1468 (26-08-2021)
- Update to latest version from linuxserver/docker-ombi

View File

@@ -1,8 +1,15 @@
{
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
],
"description": "Self-hosted Plex Request and user management system",
"environment": {},
"map": ["config:rw"],
"map": [
"config:rw"
],
"name": "Ombi",
"options": {
"PUID": 0,
@@ -19,8 +26,8 @@
"PGID": "int"
},
"slug": "ombi",
"upstream": "4.0.1468",
"upstream": "4.3.3",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.0.1468",
"version": "4.3.3",
"webui": "http://[HOST]:[PORT:3579]"
}