From 01c40bdada0e1d3a1676c70af3de120da2daa647 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 22 Jun 2021 21:45:50 +0200 Subject: [PATCH] Update config.json --- organizr/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/organizr/config.json b/organizr/config.json index 32cb3809a..9d3ec56c7 100644 --- a/organizr/config.json +++ b/organizr/config.json @@ -24,11 +24,13 @@ "webui": "http://[HOST]:[PORT:80]", "boot": "auto", "environment": { - "PUID": "0", - "PGID": "0" }, "options": { + "PUID": "0", + "PGID": "0" }, "schema": { + "PUID": "int", + "PGID": "int" } }