GitHub Chasing66/beautiful_docker
Docker enwaiax/download-bot
*docker image support for AMD64 and ARM64
基于 gaowanliang/DownloadBot 项目的 docker 镜像.
curl -fsSL -o config.json https://raw.githubusercontent.com/Chasing66/beautiful_docker/main/download-bot/config.json
docker run -itd --restart=on-failure \
-v $PWD/config.json:/root/config.json \
--name download-bot \
enwaiax/download-bot:latest
curl -fsSL -o docker-compose.yml https://raw.githubusercontent.com/Chasing66/beautiful_docker/main/download-bot/docker-compose.yml
docker-compose up -d