Skip to content

Commit

Permalink
Remove default Minio root user and password configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdaprod committed Mar 22, 2024
1 parent f4aed06 commit 17600ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions minio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ FROM $BASE_IMAGE
# COPY your-custom-config /your-config-location
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENV MINIO_ROOT_USER=minioadmin \
MINIO_ROOT_PASSWORD=minioadmin

EXPOSE 9000 9001
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 17600ba

Please sign in to comment.