作者:滔哥有点菜

qinglong|青龙面板

version: '3' services: qinglong: image: whyour/qinglong:latest container_name: qinglong ports: - 5700:5700 volumes: - /v

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

cloudsaver|网盘资源订阅转存

version: "3" services: cloudsaver: image: jiangrui1994/cloudsaver:latest container_name: cloud-saver ports: - "8008:8008" volu

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

auto_symlink|as免费strm工具

services: auto_symlink: image: shenxianmq/auto_symlink:latest container_name: auto_symlink restart: unless-stopped user: 0:0 ne

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

sun-panel|导航面板

version: "3.2" services: sun-panel: image: "hslr/sun-panel:latest" container_name: sun-panel volumes: - ./conf:/app/conf - /

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

redir115

services: redir115: image: htnanako/redir115:nginx container_name: redir115 restart: unless-stopped network_mode: host privileg

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

dockercopilot|dc容器更新

version: '3' services: dockerCopilot: image: 0nlylty/dockercopilot:UGREEN # 官方镜像地址 container_name: dockerCopilot # 设置自定义的项目名称 res

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

libretv|在线影视

services: libretv: image: bestzwei/libretv:latest container_name: libretv ports: - "8899:8080" # 将内部 8080 端口映射到主机的 8899 端口 env

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

dpanel|轻量管理面板

services: dpanel: image: dpanel/dpanel:latest container_name: dpanel restart: unless-stopped network_mode: bridge ports: -

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

lucky

services: lucky: image: gdy666/lucky:v2 container_name: lucky volumes: - /volume1/docker/lucky:/app/conf

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

FastEmby

version: '3.8' services: fastemby: container_name: FastEmby image: shenxianmq/fastemby:latest restart: unless-stopped volumes:

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

reader|阅读

services: reader: image: hectorqin/reader:latest container_name: reader ports: - 22000:8080 volumes: - /vol1/1000/Docker

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

firefox|火狐浏览器

version: '3.3' # 指定 Docker Compose 文件版本 services: firefox: image: jlesage/firefox # 使用 jlesage/firefox 镜像(基于容器的 Firefox 浏览器) container_na

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