From ee850103cd5643008598cc41ddcd08d008e080c8 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Sat, 27 Apr 2024 21:39:21 +0800 Subject: [PATCH] Update MINIO_OPTS in production.yml to use port 9001 for minio_server --- production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production.yml b/production.yml index 3055110..f81d778 100644 --- a/production.yml +++ b/production.yml @@ -149,13 +149,13 @@ services: environment: MINIO_ROOT_USER: "${MINIO_ROOT_USER:-minioadmin}" MINIO_ROOT_PASSWORD: "${MINIO_ROOT_PASSWORD:-minioadmin}" - # MINIO_OPTS: "--console-address :9001" + MINIO_OPTS: "--console-address :9001" # MINIO_SERVER_URL: https://drive.furyhawk.lol user: "1000:1000" restart: unless-stopped ports: - 8760:9000 - - 8761:9090 + - 8761:9001 healthcheck: test: ["CMD", "mc", "ready", "local"] interval: 5s