mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
fix: update MinIO service command to use correct address format in services.yml
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ services:
|
|||||||
# MINIO_SERVER_URL: https://drive.${DOMAIN}
|
# MINIO_SERVER_URL: https://drive.${DOMAIN}
|
||||||
DOMAIN: ${DOMAIN}
|
DOMAIN: ${DOMAIN}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server /data --address services_minio-common:9000 --console-address services_minio-common:9001
|
command: server /data --address https://drive.${DOMAIN}:9000 --console-address :9001
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "mc", "ready", "local"]
|
test: ["CMD", "mc", "ready", "local"]
|
||||||
interval: 60s
|
interval: 60s
|
||||||
|
|||||||
Reference in New Issue
Block a user