mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 18:26:45 +00:00
chore(nix/docker/minio): init
This commit is contained in:
@@ -48,7 +48,7 @@ writeShellApplication {
|
||||
|
||||
# setup users & groups
|
||||
${dockerTools.shadowSetup}
|
||||
for ident in s6log postgres nocodb; do
|
||||
for ident in s6log postgres nocodb minio; do
|
||||
groupadd -r "$ident"
|
||||
useradd -r -g "$ident" "$ident"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user