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 82e020f commit 6e517d2Copy full SHA for 6e517d2
conf.py
@@ -104,7 +104,7 @@
104
105
args = {
106
"STACKABLE_USER_NAME": "stackable",
107
- "STACKABLE_USER_UID": "1000",
108
- "STACKABLE_USER_GID": "1000",
+ "STACKABLE_USER_UID": "782252253", # This is a random high id to not conflict with any existing user
+ "STACKABLE_USER_GID": "574654813", # This is a random high id to not conflict with any existing group
109
"DELETE_CACHES": "true",
110
}
0 commit comments