Update MINIO_OPTS in production.yml to use port 9001 for minio_server
This commit is contained in:
+3
-2
@@ -144,18 +144,19 @@ services:
|
||||
- default
|
||||
|
||||
minio-common:
|
||||
image: minio/minio:latest
|
||||
image: quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z
|
||||
container_name: minio_server
|
||||
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:9001
|
||||
command: server --console-address ":9001"
|
||||
healthcheck:
|
||||
test: ["CMD", "mc", "ready", "local"]
|
||||
interval: 5s
|
||||
|
||||
Reference in New Issue
Block a user