Updater bot : photoprism updated to 220302-impish

This commit is contained in:
alexbelgium
2022-03-03 01:57:36 +01:00
parent 23528e8053
commit bc0cb22e0a
3 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 220302-impish (03-03-2022)
- Update to latest version from photoprism/photoprism
- CUSTOM_OPTIONS deprecated : use config.yaml (see Readme)
- Any ENV variables can be set by config.yaml (see Readme)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="20220121"
ARG BUILD_UPSTREAM="220302-impish"
FROM photoprism/photoprism:latest
##################

View File

@@ -45,7 +45,7 @@
"map": [
"media:rw",
"share:rw",
"config:rw"
"config:rw"
],
"name": "Photoprism",
"options": {
@@ -70,7 +70,9 @@
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"services": ["mysql:want"],
"services": [
"mysql:want"
],
"schema": {
"localdisks": "str?",
"networkdisks": "str?",
@@ -85,8 +87,8 @@
"DB_TYPE": "list(sqlite|mariadb_addon)"
},
"slug": "photoprism",
"upstream": "20220121",
"upstream": "220302-impish",
"url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "20220121-12",
"version": "220302-impish",
"webui": "http://[HOST]:[PORT:2342]"
}