Closed wl3768 closed 1 year ago
Please provide some context on English.
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
download-dir should be /downlads, as that is the path inside the cointainer poiting to /mnt/sdb1/download/ on the host.
settings.json
The file is in the configuration directory.
why ‘settings.json’and watch Files will be placed on local disk, only download files in the container?
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.
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
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.
This issue is locked due to inactivity
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)
Docker logs