fixes
This commit is contained in:
parent
ec5dcaf036
commit
3413e9ca74
2 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
FROM ghcr.io/hay-kot/homebox:v0.10.3
|
||||
|
||||
ENV HBOX_LOG_LEVEL info
|
||||
ENV HBOX_LOG_FORMAT text
|
||||
ENV HBOX_WEB_MAX_UPLOAD_SIZE 10
|
||||
|
||||
# Homebox' persistence directory (/data) matches Home Assistant's.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: "Homebox"
|
||||
description: "Home inventory and organization system"
|
||||
version: "0.10.3"
|
||||
name: "Homebox (staging)"
|
||||
description: "Home inventory and organization system. This version is only for testing purposes; please use the main version for increased stability!"
|
||||
version: "0.10.4"
|
||||
slug: "homebox"
|
||||
startup: services
|
||||
ingress: true
|
||||
|
@ -14,6 +14,6 @@ arch:
|
|||
- amd64
|
||||
startup: before
|
||||
ports:
|
||||
8080/tcp: 8080
|
||||
7745/tcp: 7745
|
||||
ports_description:
|
||||
8080/tcp: Web interface (Set to `null` for Ingress-only operation.)
|
||||
7745/tcp: Web interface (Set to `null` for Ingress-only operation.)
|
||||
|
|
Loading…
Reference in a new issue