fix lockserver config.yaml
This commit is contained in:
parent
de87be35fb
commit
38bcfc7a17
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
name: LockServer
|
name: LockServer
|
||||||
description: manage z-wave locks
|
description: manage z-wave locks
|
||||||
version: "0.2.3"
|
version: v0.2.3
|
||||||
slug: lockserver
|
slug: lockserver
|
||||||
init: false
|
init: false
|
||||||
ingress: true
|
ingress: true
|
||||||
|
@ -10,4 +10,4 @@ arch:
|
||||||
- armv7
|
- armv7
|
||||||
stage: experimental
|
stage: experimental
|
||||||
watchdog: http://[HOST]:[PORT:8080]/health
|
watchdog: http://[HOST]:[PORT:8080]/health
|
||||||
image: git.janky.solutions/finn/lockserver:latest
|
image: git.janky.solutions/finn/lockserver
|
||||||
|
|
Loading…
Reference in a new issue