Skip to content

Commit 121205d

Browse files
committed
Add examples
1 parent 0973189 commit 121205d

14 files changed

+2
-1
lines changed

demo/docker-compose/docker-compose.yml renamed to examples/docker-compose/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ services:
7373
- "8900:8900"
7474
volumes:
7575
- "minio-data:/data/minio"
76-
command: "minio server /data/minio --console-address ':8900'"
76+
entrypoint: sh
77+
command: -c "mkdir -p /data/minio/local && minio server /data/minio --console-address ':8900'"
7778
healthcheck:
7879
test: [ "CMD", "curl", "-f", "http://localhost:9000/minio/health/live" ]
7980
retries: 3
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)