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}
|
||||
DOMAIN: ${DOMAIN}
|
||||
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:
|
||||
test: ["CMD", "mc", "ready", "local"]
|
||||
interval: 60s
|
||||
|
||||
Reference in New Issue
Block a user