fix: connection_string should override other params (#10180)

closes #9965
This commit is contained in:
Harshavardhana
2020-08-03 09:16:00 -07:00
committed by GitHub
parent d8be9f12a2
commit d61eac080b
3 changed files with 20 additions and 18 deletions

View File

@@ -23,8 +23,7 @@ RUN \
chmod +x /usr/bin/minio && \
chmod +x /usr/bin/docker-entrypoint.sh && \
chmod +x /usr/bin/verify-minio.sh && \
curl -s -q -O https://raw.githubusercontent.com/minio/minio/master/CREDITS && \
/usr/bin/verify-minio.sh
curl -s -q -O https://raw.githubusercontent.com/minio/minio/master/CREDITS
EXPOSE 9000