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