CloudTorrent+Resilio+Plex 搭建

version: '3.4'
services:
  CloudTorrent:
    image: jpillora/cloud-torrent
    container_name: CloudTorrent
    ports:
      - "7777:3000"
    volumes:
      - D:/同步:/downloads

  Resilio:
    image: resilio/sync
    container_name: Resilio
    ports:
      - "8888:8888"
    volumes:
      - D:/同步:/mnt/sync

  Plex:
    image: plexinc/pms-docker
    container_name: Plex
    ports:
        - 32400:32400/tcp
        - 3005:3005/tcp
        - 8324:8324/tcp
        - 32469:32469/tcp
        - 1900:1900/udp
        - 32410:32410/udp
        - 32412:32412/udp
        - 32413:32413/udp
        - 32414:32414/udp
    environment:
       TZ: "Asia/Shanghai"
       PLEX_CLAIM: "claim從後面得網址獲取" #https://www.plex.tv/claim/
       ADVERTISE_IP: "http://0.0.0.0:32400/"
    volumes:
      - D:/同步:/data
      - D:/docker-data/family/config:/config
      - D:/docker-data/family/transcode:/transcode
相關文章
相關標籤/搜索