Skip to content

Commit a673bad

Browse files
committed
Add comment
1 parent 9c0ba33 commit a673bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
args = {
100100
"STACKABLE_USER_NAME": "stackable",
101-
"STACKABLE_USER_UID": "782252253",
102-
"STACKABLE_USER_GID": "574654813",
101+
"STACKABLE_USER_UID": "782252253", # This is a random high id to not conflict with any existing user
102+
"STACKABLE_USER_GID": "574654813", # This is a random high id to not conflict with any existing group
103103
"DELETE_CACHES": "true",
104104
}

0 commit comments

Comments
 (0)