Skip to content

Commit 5a582c0

Browse files
committed
Dependencies, formatting, and logging tweaks
1 parent 9bf9b1b commit 5a582c0

3 files changed

Lines changed: 587 additions & 532 deletions

File tree

Makefile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ ruff-apply: # Resolve 'fixable errors' with 'ruff'
6363
######################
6464
minio-start:
6565
docker run \
66-
-p 9000:9000 \
67-
-p 9001:9001 \
68-
-v $(MINIO_DATA):/data \
69-
-e "MINIO_ROOT_USER=$(MINIO_USERNAME)" \
70-
-e "MINIO_ROOT_PASSWORD=$(MINIO_PASSWORD)" \
71-
quay.io/minio/minio server /data --console-address ":9001"
66+
-d \
67+
-p 9000:9000 \
68+
-p 9001:9001 \
69+
-v $(MINIO_DATA):/data \
70+
-e "MINIO_ROOT_USER=$(MINIO_USERNAME)" \
71+
-e "MINIO_ROOT_PASSWORD=$(MINIO_PASSWORD)" \
72+
quay.io/minio/minio server /data --console-address ":9001"

0 commit comments

Comments
 (0)