mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-04-30 20:36:47 -05:00
This change is necessary because some games need to connect to a S3 server directly, and MinIO is limited to listening on one domain for virtual hosts.
5 lines
111 B
Bash
5 lines
111 B
Bash
MINIO_VOLUMES=/data
|
|
MINIO_DOMAIN=minio.pretendo.cc
|
|
MINIO_ROOT_USER=minio_pretendo
|
|
MINIO_BROWSER_REDIRECT=false
|