
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
https://github.com/devster31/docker-qbittorrent-filebot/workflows/docker%20build/badge.svg](https://github.com/devster31/docker-qbittorrent-filebot/actions)
Example snippet to run this container.
yamlservices: qbittorrent: container_name: qbittorrent environment: - S6_SERVICES_GRACETIME=0 - PUID=${UID} - PGID=${GID} - TZ=Europe/Rome - UMASK_SET=002 - WEBUI_PORT=9090 - JAVA_OPTS=-Xmx4g - >- FILEBOT_OPTS=-Dapplication.deployment=docker -Dapplication.cache=/filebot/cache -Dapplication.dir=/filebot -Djava.io.tmpdir=/tmp/filebot -Djava.library.path=/usr/lib/x86_64-linux-gnu -Djna.library.path=/usr/lib/x86_64-linux-gnu -Dnet.filebot.archive.extractor=ShellExecutables -Dnet.filebot.AcoustID.fpcalc=/usr/bin/fpcalc -Dnet.filebot.license=/filebot/license.txt -Dnet.filebot.util.prefs.file=/filebot/prefs.properties -Duser.home=/filebot - OUT_DIR=/cephfs # expects /filebot/license.txt expose: - "9090" healthcheck: test: ['CMD', 'http', '--body', ':9090/api/v2/app/version'] image: devster31/qbittorrent-filebot ports: - 6881:6881 - 6881:6881/udp - 9090:9090 restart: "no" volumes: - "qbittorrent_data:/config" - "filebot_data:/filebot" - "${MOUNT}/scripts:/scripts" - "${MOUNT}/torrent/downloads:${MOUNT}/torrent/downloads" - "${MOUNT}/torrent/watch:/watch" - type: tmpfs target: /tmp
Container images are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate <external>:<internal> respectively. For example, -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080 outside the container.
| Parameter | Function |
|---|---|
-p 6881 | tcp connection port |
-p 6881/udp | udp connection port |
-p 8080 | http gui |
-e PUID=1000 | for UserID - see below for explanation |
-e PGID=1000 | for GroupID - see below for explanation |
-e TZ=Europe/London | Specify a timezone to use EG Europe/London |
-e UMASK_SET=022 | for umask setting of qbittorrent, optional , default if left unset is 022 |
-e WEBUI_PORT=8080 | for changing the port of the webui, see below for explanation |
-v /config | Contains all relevant configuration files. |
-v /filebot | Contains all FileBot files. |
Most of FILEBOT_OPTS is actually required but I isn't included it in the image yet.
You can set any environment variable from a file by using a special prepend FILE__.
As an example:
-e FILE__PASSWORD=/run/secrets/mysecretpassword
Will set the environment variable PASSWORD based on the contents of the /run/secrets/mysecretpassword file.
The webui is at <your-ip>:8080 and the default username/password is admin/adminadmin.
Change username/password via the webui in the webui section of settings.
Due to issues with CSRF and port mapping, should you require to alter the port for the webui you need to
change both sides of the -p 8080 switch AND set the WEBUI_PORT variable to the new port.
For example, to set the port to 8090 you need to set -p <external_port>:8090 and -e WEBUI_PORT=8090
If you have no webui , check the file /config/qBittorrent/qBittorrent.conf and edit or add the following lines:
WebUI\Address=* WebUI\ServerDomains=*
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务