mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-01-24 14:07:12 +00:00
Add Test
This commit is contained in:
2
test/shell/minio-start.sh
Normal file
2
test/shell/minio-start.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/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'
|
||||
Reference in New Issue
Block a user