Skip to content

Commit ae36038

Browse files
committed
chore: Set default GID to 0
1 parent 55efaf2 commit ae36038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@
109109
args = {
110110
"STACKABLE_USER_NAME": "stackable",
111111
"STACKABLE_USER_UID": "1000",
112-
"STACKABLE_USER_GID": "1000",
112+
"STACKABLE_USER_GID": "0",
113113
"DELETE_CACHES": "true",
114114
}

0 commit comments

Comments
 (0)