mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 07:02:29 +01:00
14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
# defaults to storing data in /srv/minio
|
|
# but you can run multiple instances, e.g minio.home in /srv/minio.home
|
|
MINIO_VOLUMES="/srv/${RC_SVCNAME}"
|
|
|
|
#export MINIO_ACCESS_KEY=myUser
|
|
#export MINIO_SECRET_KEY=mySecretKey
|
|
|
|
# recommended for production setups
|
|
#MINIO_OPTS='--quiet --anonymous'
|
|
|
|
# optional additional settings
|
|
#address=minio.example.com:9000
|
|
#export MINIO_DOMAIN=minio.example.com
|