Update MINIO_OPTS in production.yml to use port 9001 for minio_server
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user