Skip to content

Commit cf1dd9f

Browse files
authored
Corrected default of UID/GID via start script (#1471)
Fixes #1469
1 parent 8ef3fe1 commit cf1dd9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/start

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# shellcheck source=start-utils
44
. "${SCRIPTS:-/}start-utils"
55

6+
: "${UID:=1000}"
7+
: "${GID:=1000}"
8+
69
umask 0002
710
chmod g+w /data
811

0 commit comments

Comments
 (0)