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
http://www.htmltoo.com/