mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-08-26 21:04:16 -05:00
Reconfigure MinIO to be proxied through Nginx
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.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
set -eu
|
||||
|
||||
while ! mc alias set minio http://minio:9000 "$MINIO_ROOT_USER" "$MINIO_ROOT_PASSWORD" >/dev/null 2>&1; do
|
||||
while ! mc alias set minio http://minio.pretendo.cc "$MINIO_ROOT_USER" "$MINIO_ROOT_PASSWORD" >/dev/null 2>&1; do
|
||||
echo "Waiting for MinIO to start..."
|
||||
sleep 1
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user