mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
6 lines
112 B
Bash
6 lines
112 B
Bash
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
docker run -d -p 9000:9000 quay.io/minio/minio:RELEASE.2023-08-23T10-07-06Z server /data
|