主页
新手入门
进阶教程
C佬专区
系统安装
白嫖福利
Compsoe归档
工具
镜像加速源
IP查询
Myicon图标
会员专区
联系我
登录
菜单
主页
新手入门
进阶教程
C佬专区
系统安装
白嫖福利
Compsoe归档
工具
镜像加速源
IP查询
Myicon图标
会员专区
联系我
Nas小白星球
Nas快速入门 | 自动观影系统搭建 | Docker技术支持
归档
2025 年 07 月
libretv|在线影视
2025-07-04
Compsoe归档
services: libretv: image: bestzwei/libretv:latest container_name: libretv ports: - "8899:8080" # 将内部 8080 端口映射到主机的 8899 端口 env
dpanel|轻量管理面板
2025-07-04
Compsoe归档
services: dpanel: image: dpanel/dpanel:latest container_name: dpanel restart: unless-stopped network_mode: bridge ports: -
lucky
2025-07-04
Compsoe归档
services: lucky: image: gdy666/lucky:v2 container_name: lucky volumes: - /volume1/docker/lucky:/app/conf
FastEmby
2025-07-04
Compsoe归档
#emby
version: '3.8' services: fastemby: container_name: FastEmby image: shenxianmq/fastemby:latest restart: unless-stopped volumes:
reader|阅读
2025-07-04
Compsoe归档
services: reader: image: hectorqin/reader:latest container_name: reader ports: - 22000:8080 volumes: - /vol1/1000/Docker
firefox|火狐浏览器
2025-07-04
Compsoe归档
#sa
version: '3.3' # 指定 Docker Compose 文件版本 services: firefox: image: jlesage/firefox # 使用 jlesage/firefox 镜像(基于容器的 Firefox 浏览器) container_na
Navidrome|音乐服务器
2025-07-04
Compsoe归档
services: navidrome: image: deluan/navidrome:latest container_name: navidrome user: 0:0 network_mode: host restart: unless-stopp
music_tag_web|音乐刮削
2025-07-04
Compsoe归档
version: '3' services: music-tag: image: xhongc/music_tag_web:latest container_name: music-tag-web ports: - "8001:8001" volume
idphotos|证件照
2025-07-04
Compsoe归档
证件照 services: hivision_idphotos: image: linzeyi/hivision_idphotos:latest container_name: hivision_idphotos ports: - "7860:7860"
wxchat|微信消息服务
2025-07-04
Compsoe归档
一键安装 docker run -d \ --name wxchat \ --restart=always \ -p 80:80 \ ddsderek/wxchat:latest 项目部署 version: '3.3' services: wxchat:
Symedia
2025-07-04
Compsoe归档
services: symedia: image: shenxianmq/symedia:latest container_name: symedia restart: unless-stopped network_mode: host volumes:
qbittorrent
2025-07-04
Compsoe归档
#qb
qbittorrent最新版本 services: qbittorrent: image: linuxserver/qbittorrent:latest container_name: qbittorrent volumes: - /volume1/docke
上一页
1 / 8
2 / 8
3 / 8
4 / 8
5 / 8
6 / 8
7 / 8
8 / 8
下一页