Fix the docker compose file.
This commit is contained in:
parent
d576994dce
commit
12709f9260
|
@ -29,8 +29,8 @@ services:
|
|||
- haproxy-public
|
||||
{% endif %}
|
||||
environment:
|
||||
MINIO_ROOT_USER_FILE: minio_access_key
|
||||
MINIO_ROOT_PASSWORD_FILE: minio_secret_key
|
||||
MINIO_ROOT_USER_FILE: {{minio_access_key}}
|
||||
MINIO_ROOT_PASSWORD_FILE: {{minio_secret_key}}
|
||||
secrets:
|
||||
- minio_access_key
|
||||
- minio_secret_key
|
||||
|
|
Loading…
Reference in New Issue