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