docs: Update Portracker IDs to 1043:65538 in scripts and setup guides

This commit is contained in:
2026-02-22 14:41:12 -05:00
parent 459630c0c1
commit db67301d8d
3 changed files with 10 additions and 10 deletions

View File

@@ -6,9 +6,8 @@ BASE="/volume1/docker/portracker"
mkdir -p "${BASE}/data"
# Set ownership and permissions
# IMPORTANT: Replace 1024:100 with your actual PUID:PGID if necessary
# By default, we initialize it and you can adjust via Synology File Station if needed.
chown -R 1024:100 "${BASE}"
# Set ownership and permissions for svc-portracker (1043:65538)
chown -R 1043:65538 "${BASE}"
chmod -R 750 "${BASE}"
echo "Folders created and permissions set for ${BASE}"