From 0e7efe237ab1163cf630e179b85b00a7c4db70f8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 18 Jan 2022 21:06:30 +0100 Subject: [PATCH] Update config.json --- webtop/config.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/webtop/config.json b/webtop/config.json index f715d1b1b..b28c9b1f1 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -5,7 +5,8 @@ "environment": { "PUID": "0", "PGID": "0", - "HOME": "/share/webtop" + "HOME": "/share/webtop", + "shm_size": "1gb" }, "description": "Full linux desktop environment accessible via any modern web browser", "image": "ghcr.io/alexbelgium/webtop-{arch}", @@ -54,11 +55,6 @@ "/dev/nvme2" ], "video": true, - "environment": { - "PUID": "0", - "PGID": "0", - "shm_size": "1gb" - }, "map": ["media:rw", "share:rw", "ssl"], "name": "Webtop", "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],