mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 15:44:58 +02:00
5 lines
141 B
Plaintext
5 lines
141 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
set -euo pipefail
|
|
bashio::log.info "Starting MinIO."
|
|
exec /usr/local/bin/minio server /data --address ":3200"
|