新增 pigallery2
This commit is contained in:
@@ -14,10 +14,16 @@ services:
|
||||
- ${DOWNLOAD_PATH}:/downloads
|
||||
restart: 'unless-stopped'
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- PUID=${PUID:-1000}
|
||||
- PGID=${PGID:-1000}
|
||||
- UMASK_SET=022
|
||||
- RPC_SECRET=${ARIA2_RPC_SECRET:-P3TERX}
|
||||
- RPC_PORT=${ARIA2_RPC_PORT:-6800}
|
||||
- LISTEN_PORT=${ARIA2_BT_PORT:-6888}
|
||||
- DISK_CACHE=64M
|
||||
- IPV6_MODE=false
|
||||
- UPDATE_TRACKERS=true
|
||||
#- CUSTOM_TRACKER_URL=
|
||||
- TZ=Asia/Shanghai
|
||||
network_mode: host
|
||||
|
||||
|
||||
Reference in New Issue
Block a user