linuxserver / docker-transmission

GNU General Public License v3.0
595 stars 185 forks source link

transmission 下载文件位置问题 #199

Closed wl3768 closed 1 year ago

wl3768 commented 2 years ago

linuxserver.io


Expected Behavior

下载文件能在配置的目录内!

Current Behavior

配置的目录:“ -/mnt/sdb1/transmission/download:/downloads” 实际下载的文件到了, “/mnt/sda1/Docker/btrfs/subvolumes/8d683f73ba3efd0702d4a8eee70d757b6e42f96e9d4ff0aacebf0e480a938348/mnt/sdb1/download/” 只是下载的文件全部在容器内的路径下! 配置文件.config在我写的配置位置

Steps to Reproduce

没做多余的操作,只是在原有的配置文件修改目录和webui,用户和密码. docker run -d \ --name=transmission \ -e PUID=0 \ -e PGID=0 \ -e TRANSMISSION_WEB_HOME=/combustion-release/ \ -e USER=admin \ -e PASS=adminadmin \ -p 9091:9091 \ -p 51413:51413 \ -p 51413:51413/udp \ -v /mnt/sdb1/transmission:/config \ -v /mnt/sdb1/download:/downloads \ -v /mnt/sdb1/transmission/watch:/watch \ --restart unless-stopped \ lscr.io/linuxserver/transmission:latest

Environment

OS:openwrt CPU architecture: arm64 How docker service was installed:docker run -d

Command used to create docker container (run/create/compose/screenshot)

DC6DF452-1188-4F76-A96F-242A2CE2DE2C 54F41E1B-101E-49FD-A40D-8D24A627321D C688BC67-73F6-4491-9FDE-3A5AD804922C ACC96C43-6F58-4DE8-9768-DFFA916BAE09 D8C5D9D3-7922-434D-9797-EC8E0BF40D62

Docker logs

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

Roxedus commented 2 years ago

Please provide some context on English.

wl3768 commented 2 years ago

The download file can be in the configured directory. Configured directories: -/mnt/sdb1/download:/downloads The actual downloaded file arrived: /mnt/sda1/Docker/btrfs/subvolumes/8d683f73ba3efd0702d4a8eee70d757b6e42f96e9d4ff0aacebf0e480a938348/mnt/sdb1/download/ Just download the files all under the path inside the container! The configuration file .config is where I wrote it

Roxedus commented 2 years ago

download-dir should be /downlads, as that is the path inside the cointainer poiting to /mnt/sdb1/download/ on the host.

wl3768 commented 2 years ago

settings.jsonThe file is in the configuration directory. 屏幕截图 2022-05-23 204420

wl3768 commented 2 years ago

why ‘settings.json’and watch Files will be placed on local disk, only download files in the container?

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

drizuid commented 1 year ago

why ‘settings.json’and watch Files will be placed on local disk, only download files in the container?

because you broke your settings.json. change download-dir to /downloads and it will download to /mnt/sdb1/download

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity