mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-01-13 16:59:15 +00:00
2 lines
219 B
Bash
Executable File
2 lines
219 B
Bash
Executable File
#!/bin/bash
|
|
docker run -d --name minio-test -p 9000:9000 -p 9001:9001 -e MINIO_ROOT_USER=$accessKey -e MINIO_ROOT_PASSWORD=$secretKey -e MINIO_SERVER_URL=$minioEndpoint minio/minio server /data --console-address ':9001' |