Update volume in Dockerfiles (#5646)

All sample commands in Minio docs use the volume path as /data.
Updated the dockerfiles to follow the same pattern.

Fixes #5635
This commit is contained in:
Nitish Tiwari
2018-03-14 06:59:27 +05:30
committed by GitHub
parent e8d8360d00
commit 6882467db8
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ EXPOSE 9000
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
VOLUME ["/export"]
VOLUME ["/data"]
HEALTHCHECK --interval=30s --timeout=5s \
CMD /usr/bin/healthcheck.sh