From ec26eb05958595bd64397343a47a8fd8a572be8e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 10 Dec 2020 15:38:11 +0100 Subject: [PATCH] Update config.json --- code-server/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code-server/config.json b/code-server/config.json index ff9e80f5d..44bf4965b 100644 --- a/code-server/config.json +++ b/code-server/config.json @@ -26,12 +26,12 @@ "webui": "http://[HOST]:[PORT:8443]", "boot": "auto", "environment": { - "PUID": "0", - "PGID": "0" + "PUID": 0, + "PGID": 0 }, "options": { - "PUID": "0", - "PGID": "0" + "PUID": 0, + "PGID": 0 }, "schema": { "PUID": "int",