config: Update Webtop PUID to 1045

This commit is contained in:
2026-02-22 20:52:31 -05:00
parent 7c0816019b
commit 901a3b6073
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ fi
# Configuration # Configuration
BASE="/volume1/docker/webtop" BASE="/volume1/docker/webtop"
# Replace with your actual Synology PUID/PGID for the svc-webtop user # 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 # Helper functions
run_mkdir() { run_mkdir() {

View File

@@ -1,6 +1,6 @@
# Synology Execution User # Synology Execution User
# Change these to match the svc-webtop user IDs # Change these to match the svc-webtop user IDs
PUID=1046 PUID=1045
PGID=65538 PGID=65538
TZ=America/Toronto TZ=America/Toronto