From e561b41219643647a8ed6ed440f0e07857b31838 Mon Sep 17 00:00:00 2001 From: Peter Clement Date: Tue, 3 Jan 2023 11:51:30 +0000 Subject: [PATCH] define specific port for minio at startup --- hosting/single/runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/single/runner.sh b/hosting/single/runner.sh index ea825131db..6eebba62b6 100644 --- a/hosting/single/runner.sh +++ b/hosting/single/runner.sh @@ -78,7 +78,7 @@ mkdir -p ${DATA_DIR}/search chown -R couchdb:couchdb ${DATA_DIR}/couch redis-server --requirepass $REDIS_PASSWORD > /dev/stdout 2>&1 & /opt/clouseau/bin/clouseau > /dev/stdout 2>&1 & -/minio/minio server ${DATA_DIR}/minio > /dev/stdout 2>&1 & +/minio/minio server --console-address ":9001" ${DATA_DIR}/minio > /dev/stdout 2>&1 & /docker-entrypoint.sh /opt/couchdb/bin/couchdb & /etc/init.d/nginx restart if [[ ! -z "${CUSTOM_DOMAIN}" ]]; then