mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 07:26:51 +00:00
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:
|
environment:
|
||||||
MINIO_ROOT_USER: "${MINIO_ROOT_USER:-minioadmin}"
|
MINIO_ROOT_USER: "${MINIO_ROOT_USER:-minioadmin}"
|
||||||
MINIO_ROOT_PASSWORD: "${MINIO_ROOT_PASSWORD:-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
|
# MINIO_SERVER_URL: https://drive.furyhawk.lol
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8760:9000
|
- 8760:9000
|
||||||
- 8761:9090
|
- 8761:9001
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "mc", "ready", "local"]
|
test: ["CMD", "mc", "ready", "local"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
|||||||
Reference in New Issue
Block a user