Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bachvudinh committed Jul 16, 2024
1 parent 152c447 commit e9b62ae
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Minio_host.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
mkdir -p ~/minio/data
# mkdir -p ~/minio/data

docker run \
-p 9000:9000 \
-p 9001:9001 \
--name minio \
-v ~/minio/data:/data \
-e "MINIO_ROOT_USER=ROOT" \
-e "MINIO_ROOT_PASSWORD=ROOT" \
quay.io/minio/minio server /data --console-address ":9001"
-e "MINIO_ROOT_USER=minioadmin" \
-e "MINIO_ROOT_PASSWORD=minioadmin" \
quay.io/minio/minio server /data --console-address ":9001"

0 comments on commit e9b62ae

Please sign in to comment.