首页
Compsoe归档
新手教程
系统安装
白嫖福利
关于
Nas小白星球
Nas新手入门|家庭自动观影系统
累计撰写
42
篇文章
累计创建
1
个标签
累计收到
0
条评论
栏目
首页
Compsoe归档
新手教程
系统安装
白嫖福利
关于
目 录
CONTENT
最新文章
2025-07-04
reader|阅读
services: reader: image: hectorqin/reader:latest container_name: reader ports: - 22000:8080 volumes: - /vol1/1000/Docker
2025-07-04
1
0
0
Compsoe归档
2025-07-04
firefox|火狐浏览器
version: '3.3' services: firefox: image: jlesage/firefox # 使用 jlesage/firefox 镜像 container_name: firefox network_mode: bridge port
2025-07-04
3
0
0
Compsoe归档
2025-07-04
Navidrome|音乐服务器
services: navidrome: image: deluan/navidrome:latest container_name: navidrome user: 0:0 network_mode: host restart: unless-stopp
2025-07-04
3
0
0
Compsoe归档
2025-07-04
music_tag_web|音乐刮削
version: '3' services: music-tag: image: xhongc/music_tag_web:latest container_name: music-tag-web ports: - "8001:8001" volume
2025-07-04
2
0
0
Compsoe归档
2025-07-04
idphotos|证件照
证件照 services: hivision_idphotos: image: linzeyi/hivision_idphotos:latest container_name: hivision_idphotos ports: - "7860:7860"
2025-07-04
2
0
0
Compsoe归档
2025-07-04
wxchat|微信消息服务
一键安装 docker run -d \ --name wxchat \ --restart=always \ -p 80:80 \ ddsderek/wxchat:latest 项目部署 version: '3.3' services: wxchat:
2025-07-04
9
0
0
Compsoe归档
2025-07-04
Symedia
services: symedia: image: shenxianmq/symedia:latest container_name: symedia restart: unless-stopped network_mode: host volumes:
2025-07-04
5
0
0
Compsoe归档
2025-07-04
qbittorrent
qbittorrent最新版本 services: qbittorrent: image: linuxserver/qbittorrent:latest container_name: qbittorrent volumes: - /volume1/docke
2025-07-04
5
0
0
Compsoe归档
2025-07-04
moviepilot-v2
version: '3.3' services: moviepilot: stdin_open: true tty: true container_name: moviepilot-v2 hostname: moviepilot-v2 network_m
2025-07-04
7
0
0
Compsoe归档
2025-07-04
emby
version: '3.8' services: emby: image: amilys/embyserver:latest container_name: emby volumes: - /volume1/docker/emby/config:/confi
2025-07-04
10
0
0
Compsoe归档
1
2
3
4
5