[新服务] gopeed docker下载器 - 文件或bt(magnet或种子)
date
Mar 2, 2024
slug
newservice-gopeed-downloader
status
Published
summary
新服务-
tags
service
type
Post
URL
Summary步骤#https://docs.gopeed.com/install.htmlExtension https://github.com/search?q=topic%3Agopeed-extension&type=repositories
Summary
步骤
#https://docs.gopeed.com/install.html
export DOCKER_PROJ=gopeed
# export DOCKER_PROJ_DOMAIN=$DOCKER_PROJ.xxx.xxx
cd /data
mkdir $DOCKER_PROJ && cd $DOCKER_PROJ
mkdir download storage
cat > docker-compose.yml <<EOF
version: '3.8'
services:
gopeed:
image: liwei2633/gopeed:latest
container_name: gopeed
ports:
- "9999:9999"
volumes:
- ./download:/root/Downloads
- ./storage:/app/storage
command:
- "-u"
- "admin"
- "-p"
- "SimplePassword"
restart: unless-stopped
EOF