We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef3fe1 commit cf1dd9fCopy full SHA for cf1dd9f
scripts/start
@@ -3,6 +3,9 @@
3
# shellcheck source=start-utils
4
. "${SCRIPTS:-/}start-utils"
5
6
+: "${UID:=1000}"
7
+: "${GID:=1000}"
8
+
9
umask 0002
10
chmod g+w /data
11
0 commit comments