mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-19 03:17:11 +08:00
feat: update Verysync 2.20.1
This commit is contained in:
@@ -1,14 +1,23 @@
|
||||
services:
|
||||
verysync:
|
||||
image: jonnyan404/verysync:v2.20.1
|
||||
image: jonnyan404/verysync:latest
|
||||
container_name: verysync
|
||||
environment:
|
||||
- PORT=${PANEL_APP_PORT_HTTP}
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:8886" # Web管理端口
|
||||
- "${VERYSYNC_TRANSFER_PORT}:22330" # 数据传输端口
|
||||
# - "3000:3000" # 公共中继端口(可选)
|
||||
# - "22027:22027/udp" # 内网UDP发现端口(可选)
|
||||
# - "22037:22037/udp" # 内网UDP发现端口(可选)
|
||||
# pooneyy继续剽窃,死全家
|
||||
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||
- ${VERYSYNC_TRANSFER_PORT}:22330
|
||||
- ${PUBLIC_RELAY_PORT}:3000
|
||||
- ${LOCAL_AREA_NETWORK_UDP_DISCOVERY_PORT_1}:22027/udp
|
||||
- ${LOCAL_AREA_NETWORK_UDP_DISCOVERY_PORT_2}:22037/udp
|
||||
volumes:
|
||||
- "${VERYSYNC_DATA_PATH}:/data"
|
||||
restart: unless-stopped
|
||||
- ${VERYSYNC_DATA_PATH}:/data
|
||||
restart: always
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
- 1panel-network
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user