docker run --init \
  --name bytebase \
  --restart always \
  --add-host host.docker.internal:host-gateway \
  --publish 80:80 \
  --volume ~/.bytebase/data:/var/opt/bytebase \
  bytebase/bytebase:1.2.0 \
  --data /var/opt/bytebase \
  --host https://bytebase.example.com \
  --port 80

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

Captcha Code