mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-14 11:18:02 +00:00
docker
docker compose
# https://www.weiyuai.cn/docs/zh-CN/docs/deploy/docker
# pull image from aliyun
docker pull registry.cn-hangzhou.aliyuncs.com/bytedesk/bytedesk:latest
# or pull image from docker hub
docker pull bytedesk/bytedesk:latest
# start docker compose container, -f flag to specify file path, -d flag to start container in background mode
docker compose -f docker-compose.yaml up -d
# stop container
docker compose -f docker-compose.yaml stop