mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
v2
This commit is contained in:
parent
31ce1fd95e
commit
b4eec09d9a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
MINIO_ROOT_USER=__ADMIN__
|
||||
MINIO_ROOT_PASSWORD=__PASSWORD__
|
||||
MINIO_VOLUMES="__DATA_DIR__/"
|
||||
MINIO_OPTS="-C __FINAL_PATH__/ --address 127.0.0.1:__PORT__ --console-address :__PORT_CONSOLE__"
|
||||
MINIO_OPTS="-C __INSTALL_DIR__/ --address 127.0.0.1:__PORT__ --console-address :__PORT_CONSOLE__"
|
||||
|
|
Loading…
Add table
Reference in a new issue