mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
minio
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
|
||||
VOL_PATH=./data/ #HELP: volpath
|
||||
MINIO_IMAGE=quay.io/minio/minio:latest
|
||||
MINIO_ROOT_USER=aministrator
|
||||
MINIO_ROOT_PASSWORD=01234567890123456
|
||||
MINIO_SERVER_URL=https://s3.example.com
|
||||
MINIO_BROWSER_REDIRECT_URL=https://console.s3.example.com
|
||||
MINO_CONSOLE_SECURE_TLS_REDIRECT=off
|
||||
Reference in New Issue
Block a user