mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Update .env
This commit is contained in:
parent
dda3d8b798
commit
8c8cd17f2b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
MINIO_ROOT_USER=__ID__
|
MINIO_ROOT_USER=__MINIO_ID__
|
||||||
MINIO_VOLUMES="__DATADIR__/"
|
MINIO_VOLUMES="__DATADIR__/"
|
||||||
MINIO_OPTS="-C __FINAL_PATH__/ --address 127.0.0.1:__PORT__ --console-address :__CONSOLE_PORT__"
|
MINIO_OPTS="-C __FINAL_PATH__/ --address 127.0.0.1:__PORT__ --console-address :__CONSOLE_PORT__"
|
||||||
MINIO_ROOT_PASSWORD=__KEY__
|
MINIO_ROOT_PASSWORD=__MINIO_KEY__
|
Loading…
Add table
Reference in a new issue