14 lines
203 B
Bash
14 lines
203 B
Bash
|
|
USER_ID=${PUID}
|
|
GROUP_ID=${PGID}
|
|
PUID=${PUID}
|
|
PGID=${PGID}
|
|
UMASK=0022
|
|
TZ=${TZ}
|
|
DARK_MODE=1
|
|
|
|
MINIO_ROOT_USER_FILE=/run/secrets/minio_root_user
|
|
MINIO_ROOT_PASSWORD_FILE=/run/secrets/minio_root_password
|
|
|
|
|