Add script spawn minio server to test the URLs against it

This commit is contained in:
2025-12-01 14:36:22 +01:00
parent 8141b16051
commit abdbb2ab5b
5 changed files with 8 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
docker run -p 9000:9000 -e MINIO_ROOT_USER=minioadmin -e MINIO_ROOT_PASSWORD=minioadmin minio/minio server /data