作者:滔哥有点菜

Navidrome|音乐服务器

services: navidrome: image: deluan/navidrome:latest container_name: navidrome user: 0:0 network_mode: host restart: unless-stopp

滔哥有点菜 发布于 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

idphotos|证件照

证件照 services: hivision_idphotos: image: linzeyi/hivision_idphotos:latest container_name: hivision_idphotos ports: - "7860:7860"

滔哥有点菜 发布于 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

Symedia

services: symedia: image: shenxianmq/symedia:latest container_name: symedia restart: unless-stopped network_mode: host volumes:

滔哥有点菜 发布于 2025-07-04

qbittorrent

qbittorrent最新版本 services: qbittorrent: image: linuxserver/qbittorrent:latest container_name: qbittorrent volumes: - /volume1/docke

滔哥有点菜 发布于 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

1panel面板

一键脚本 curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sudo bash quick_start.sh compose项目安装文件 services: 1p

滔哥有点菜 发布于 2025-07-04

clouddrive2

version: "2.1" services: cloudnas: image: cloudnas/clouddrive2 container_name: clouddrive2-compose environment: - TZ=Asia/Shanghai

滔哥有点菜 发布于 2025-07-03
上一页 下一页