From d0bfd915627ea758b1008312be3a972cf3f21b61 Mon Sep 17 00:00:00 2001 From: Arne Petersen Date: Fri, 31 May 2019 13:53:56 +0200 Subject: [PATCH] switch znc to legacy --- znc/config.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/znc/config.json b/znc/config.json index 4b29f9cc6..903eb5af6 100644 --- a/znc/config.json +++ b/znc/config.json @@ -1,7 +1,8 @@ { "name": "znc", - "version": "0.0.5", + "version": "0.1.0", "slug": "znc", + "legacy": true, "maintenance": { "github_release": "https://github.com/linuxserver/docker-znc" }, @@ -28,11 +29,14 @@ ], "webui": "http://[HOST]:[PORT:6500]", "boot": "auto", - "environment": { - "PUID": "1000", - "PGID": "1000" + "options": { + "PUID": 1001, + "PGID": 1001 + }, + "schema": { + "PUID": "int", + "PGID": "int", + "TZ": "str?" }, - "options": {}, - "schema": {}, "image": "petersendev/hassio-znc-{arch}" } \ No newline at end of file