File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ jobs:
5656 - " 1883:1883" # MQTT port
5757 - " 5672:5672" # AMQP port
5858 minio :
59- image : " quay.io /minio/minio:latest "
59+ image : " bitnami /minio:2024.6.4 "
6060 env :
6161 MINIO_ROOT_USER : AKIAIOSFODNN7EXAMPLE
6262 MINIO_ROOT_PASSWORD : wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
63+ MINIO_SKIP_CLIENT : " yes"
6364 ports :
6465 - " 9000:9000" # main MINIO API port
6566 - " 9001:9001" # web UI
66- options : ' server /mydata --console-address ":9001"'
6767 steps :
6868 - uses : actions/checkout@v4
6969 - name : Setup PDM
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ services:
2222 timeout : 10s
2323
2424 minio :
25- image : quay.io /minio/minio
25+ image : " bitnami /minio:2024.6.4 "
2626 environment :
27+ # references: https://github.com/bitnami/containers/blob/main/bitnami/minio/README.md
2728 MINIO_ROOT_USER : AKIAIOSFODNN7EXAMPLE
2829 MINIO_ROOT_PASSWORD : wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
2930 ports :
3031 - " 9000:9000" # main MINIO API port
3132 - " 9001:9001" # web UI
3233 # volumes:
33- # - "./tmp/minio:/mydata"
34- command : ' server /mydata --console-address ":9001"'
34+ # - "./tmp/minio:/bitnami/minio/data"
You can’t perform that action at this time.
0 commit comments