File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ services:
156156 - REFRESH_TV_TARGETS=/115/videos/电视剧,/ODC/{odc_tv}/电视剧,/videos/电视剧
157157 - REFRESH_MOV_TARGETS=/115/videos/电影,/ODC/{odc_mov}/电影,/videos/电影
158158 volumes :
159- - ./:/app/data
159+ - ./data :/app/data
160160` ` `
161161
162162### 再使用
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ services:
1111 - dst=/shanct
1212 - TVsource=/media/电视剧
1313 - MOVsource=/media/电影
14- - WEBHOOK_DELAY=3
15- - SYNC_TV_TARGETS=/115/videos,/ODC/{odc_tv}
16- - SYNC_MOV_TARGETS=/115/videos,/ODC/{odc_mov}
17- - REFRESH_TV_TARGETS=/115/videos,/ODC/{odc_tv},/videos
18- - REFRESH_MOV_TARGETS=/115/videos,/ODC/{odc_mov},/videos
14+ - WEBHOOK_DELAY=60
15+ - SYNC_TV_TARGETS=/115/videos/电视剧 ,/ODC/{odc_tv}/电视剧
16+ - SYNC_MOV_TARGETS=/115/videos/电影 ,/ODC/{odc_mov}/电影
17+ - REFRESH_TV_TARGETS=/115/videos/电视剧 ,/ODC/{odc_tv}/电视剧 ,/videos/电视剧
18+ - REFRESH_MOV_TARGETS=/115/videos/电影 ,/ODC/{odc_mov}/电影 ,/videos/电影
1919 volumes :
2020 - ./data:/app/data
Original file line number Diff line number Diff line change 1- v0.0.2 ,latest
1+ v0.0.3 ,latest
22
33# retrigger build at 2025-12-11 22:45
44
You can’t perform that action at this time.
0 commit comments