bytebase 部署 - 数据库审核工具 docker mysql


https://hub.docker.com/r/bytebase/bytebase

https://github.com/bytebase/bytebase

https://www.bytebase.com/docs/


docker run --init \

  --name bytebase \

  --platform linux/amd64 \

  --restart always \

  --publish 5678:8080 \

  --health-cmd "curl --fail http://localhost:5678/healthz || exit 1" \

  --health-interval 5m \

  --health-timeout 60s \

  --volume ~/.bytebase/data:/var/opt/bytebase \

  bytebase/bytebase \

  --data /var/opt/bytebase \

  --port 8080


签名:这个人很懒,什么也没有留下!
最新回复 (0)
返回