文件名: docker部署mdc刮削.txt
最后修改: 2026-01-07 18:49:03
文件大小: 0.6KB
services: mdc: image: mdcng/mdc:latest #镜像名称 container_name: mdc #容器名称 network_mode: host #网络模式host,也可改为bridge volumes: - /vol3/1000/2T/docker/Mdc:/config #配置目录,冒号前面可以修改 - /vol3/1000/2T/mdc_video:/media #大姐姐资源的存放目录,如果有多个目录,自行添加 ports: - 9208:9208 #这里host模式声明端口是为了方便飞牛docker快速访问 restart: always #自动启动
复制成功!