Fetch the repository succeeded.
This action will force synchronization from 老竭力/jd-docker, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
version: "2.0"
services:
# 第1个容器
jd:
image: noobx/jd:gitee # 如果要从gitee更新脚本,则为:evinedeng/jd:github
container_name: jd
restart: always
tty: true
network_mode: "bridge"
hostname: jd
volumes:
- ./config:/jd/config
- ./log:/jd/log
- ./scripts:/jd/scripts # 如果想要看到lxk0301大佬的js脚本,以方便的添加额外脚本,可以解除本行注释,下同
ports:
- 5678:5678
environment:
- ENABLE_HANGUP=true # 是否在启动容器时自动启动挂机程序
- ENABLE_WEB_PANEL=true # 是否在启动容器时自动启动控制面板
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。