mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
fix: update MinIO service command to remove port from address 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 "https://drive.${DOMAIN}:9000" --console-address ":9001"
|
command: server /data --address "https://drive.${DOMAIN}" --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