mirror of
https://github.com/jkocon/hassio-addons.git
synced 2026-02-24 05:14:41 +01:00
update
This commit is contained in:
8
minio_server/run.py
Normal file
8
minio_server/run.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
ACCESS_KEY=$(bashio::config 'access_key')
|
||||
SECRET_KEY=$(bashio::config 'secret_key')
|
||||
|
||||
export MINIO_ROOT_USER=$ACCESS_KEY
|
||||
export MINIO_ROOT_PASSWORD=$SECRET_KEY
|
||||
|
||||
exec minio server /data --console-address ":
|
||||
Reference in New Issue
Block a user