switch znc to legacy

This commit is contained in:
Arne Petersen
2019-05-31 13:53:56 +02:00
parent cbca05601f
commit d0bfd91562

View File

@@ -1,7 +1,8 @@
{ {
"name": "znc", "name": "znc",
"version": "0.0.5", "version": "0.1.0",
"slug": "znc", "slug": "znc",
"legacy": true,
"maintenance": { "maintenance": {
"github_release": "https://github.com/linuxserver/docker-znc" "github_release": "https://github.com/linuxserver/docker-znc"
}, },
@@ -28,11 +29,14 @@
], ],
"webui": "http://[HOST]:[PORT:6500]", "webui": "http://[HOST]:[PORT:6500]",
"boot": "auto", "boot": "auto",
"environment": { "options": {
"PUID": "1000", "PUID": 1001,
"PGID": "1000" "PGID": 1001
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
}, },
"options": {},
"schema": {},
"image": "petersendev/hassio-znc-{arch}" "image": "petersendev/hassio-znc-{arch}"
} }