Files
Arch1Panel/apps/verysync/latest/docker-compose.yml
2025-07-02 22:37:14 +08:00

13 lines
498 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
services:
verysync:
image: jonnyan404/verysync:v2.20.1
container_name: verysync
ports:
- "${PANEL_APP_PORT_HTTP}:8886" # Web管理端口
- "${VERYSYNC_TRANSFER_PORT}:22330" # 数据传输端口
# - "3000:3000" # 公共中继端口(可选)
# - "22027:22027/udp" # 内网UDP发现端口可选
# - "22037:22037/udp" # 内网UDP发现端口可选
volumes:
- "${VERYSYNC_DATA_PATH}:/data"
restart: unless-stopped