container_name:miniobprivileged:trueports:-"10000:22"restart:unless-stoppedenvironment:# set the env argument PRIVATE_KEY when using ssh clone# REPO_ADDR format in a private repo: https://<username>:<password>@github.com/oceanbase/miniob.git, '@' in username must be escape to '%40'# How to run:# Linux shell: # export PRIVATE_KEY=$(cat ~/.ssh/id_rsa) && docker-compose up -d --build# Windows powershell: # $env:PRIVATE_KEY=$(cat ~/.ssh/id_rsa) && docker-compose up -d --build-REPO_ADDR=https://github.com/oceanbase/miniob.git