From 901a3b607375868f1c049f7b913375f2042532ee Mon Sep 17 00:00:00 2001 From: jfcheng Date: Sun, 22 Feb 2026 20:52:31 -0500 Subject: [PATCH] config: Update Webtop PUID to 1045 --- webtop/create_webtop_folders.sh | 2 +- webtop/stack.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webtop/create_webtop_folders.sh b/webtop/create_webtop_folders.sh index 61eecf5..679aab1 100644 --- a/webtop/create_webtop_folders.sh +++ b/webtop/create_webtop_folders.sh @@ -12,7 +12,7 @@ fi # Configuration BASE="/volume1/docker/webtop" # Replace with your actual Synology PUID/PGID for the svc-webtop user -USER_ID="1046:65538" # svc-webtop +USER_ID="1045:65538" # svc-webtop # Helper functions run_mkdir() { diff --git a/webtop/stack.env b/webtop/stack.env index e191c27..26fd0fc 100644 --- a/webtop/stack.env +++ b/webtop/stack.env @@ -1,6 +1,6 @@ # Synology Execution User # Change these to match the svc-webtop user IDs -PUID=1046 +PUID=1045 PGID=65538 TZ=America/Toronto