Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade
Browse files Browse the repository at this point in the history
JamesChenX committed Mar 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 296afae commit bc18442
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose.standalone.yml
Original file line number Diff line number Diff line change
@@ -150,11 +150,11 @@ services:

# MinIO
minio:
image: minio/minio:RELEASE.2023-06-16T02-41-06Z
image: minio/minio:RELEASE.2024-03-21T23-13-43Z
# https://min.io/docs/minio/linux/reference/minio-server/minio-server.html#environment-variables
environment:
MINIO_ROOT_USER: ${MINIO_ROOT_USER:-turms}
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD:-turms}
MINIO_ROOT_USER: ${MINIO_ROOT_USER:-minioadmin}
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD:-minioadmin}
ports:
- "9000:9000"
- "9001:9001"
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ services:

# MinIO
minio:
image: minio/minio:RELEASE.2023-06-16T02-41-06Z
image: minio/minio:RELEASE.2024-03-21T23-13-43Z
environment:
MINIO_ROOT_USER: minioadmin
MINIO_ROOT_PASSWORD: minioadmin

0 comments on commit bc18442

Please sign in to comment.