Other insignificant tweaks

This commit is contained in:
2026-02-26 19:49:46 +01:00
parent 3092d795e7
commit fab9c3fafa
3 changed files with 27 additions and 17 deletions

View File

@@ -2,8 +2,8 @@
set -e
# Default to 1600 if not provided
PUID="${PUID:-1000}"
PGID="${PGID:-1000}"
PUID="${PUID:-1600}"
PGID="${PGID:-1600}"
USER="${USER:-pythusr}"
GROUP="${USER:-pythusr}"
CHOWNPATH="/app/snmpython"