--- title: copyparty date: 2025-08-13T11:44:14+08:00 lastmod: 2025-08-13T11:46:47+08:00 --- # copyparty ```bash version: '3.8' services: copyparty: image: copyparty/ac container_name: copyparty ports: - "3923:3923" - "8086:8086" volumes: - /volume1/系统管理员网盘/configs:/cfg - /volume1/系统管理员网盘/zlsh:/w restart: unless-stopped ```   ​`copyparty.conf` ```bash [global] p: 3923, 8086 # listen on ports 8086 and 3939 e2d, e2t # remember uploads & read media tags rss, daw, ver # some other nice-to-have features #dedup # you may want this, or maybe not hist: /cfg/hist # don't pollute the shared-folder name: synology # shows in the browser, can be anything [accounts] zlsh: zlsh # username ed, password wark ppd: ppd # username ed, password wark [/] # 主网页地址不可修改 /w # 绑定容器挂载地址 accs: A: zlsh # give Admin to username ed [/ppd] # 分支网页链接必须包含 /w/ppd # 绑定容器挂载地址【系统会自动创建相应文件夹】 accs: rw: ppd # only these accounts can read A: zlsh # hide the synology system files by creating a hidden volume [/@eaDir] /w/@eaDir ```