mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-11 23:33:13 +00:00
Add e2e-test (not passed yet)
Refine readme
This commit is contained in:
Executable
+2
@@ -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