config: Update Webtop PUID to 1045
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user