update 26.7.25
This commit is contained in:
@@ -11,18 +11,18 @@ services:
|
||||
# - http_proxy=http://192.168.101.30:10811
|
||||
# - https_proxy=http://192.168.101.30:10811
|
||||
volumes:
|
||||
# Here is what you need to edit
|
||||
# 本地卷宗挂载
|
||||
- "/volume1/PornClub/tgDownloads/:/app/downloads/"
|
||||
|
||||
# Rclone
|
||||
- "$HOME/.config/rclone/:$HOME/.config/rclone/"
|
||||
|
||||
# The following is what you don't need to edit
|
||||
- "./config.yaml:/app/config.yaml"
|
||||
- "./data.yaml:/app/data.yaml"
|
||||
- "./log/:/app/log/"
|
||||
- "./sessions/:/app/sessions"
|
||||
- "./temp/:/app/temp"
|
||||
# 本地卷宗挂载
|
||||
- "/volume2/docker/docker_projects/tgd/config.yaml:/app/config.yaml"
|
||||
- "/volume2/docker/docker_projects/tgd/data.yaml:/app/data.yaml"
|
||||
- "/volume2/docker/docker_projects/tgd/log/:/app/log/"
|
||||
- "/volume2/docker/docker_projects/tgd/sessions/:/app/sessions"
|
||||
- "/volume2/docker/docker_projects/tgd/temp/:/app/temp"
|
||||
#restart: "unless-stopped"
|
||||
# volumes:
|
||||
# sessions:
|
||||
|
||||
Reference in New Issue
Block a user