Replies: 1 comment
-
is there anything at /share/CACHEDEV1_DATA/DataVol1/Storage/Transmission/data/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am tyring to get this docker running on QNAP, and its downloading and seeding, but the files are missing from file station no matter what I do. Here is my config:
version: '3.3'
services:
transmission-openvpn:
cap_add:
- NET_ADMIN
volumes:
- '/share/CACHEDEV1_DATA/DataVol1/Storage/Transmission/data/:/data'
- '/share/CACHEDEV1_DATA/DataVol1/Storage/Transmission/config/:/config'
I have used a torrent VPN tester and its working. I can download larger files and they download. I can restart the container and they will continue to seed, but when I check the mapped folders no matter what the files are missing. Any ideas how I can fix it would be greatly appreciated, and for the life of my I cant find them anywhere else on the file system. I tried building the docker in container station natively and also I tried setting it up in portainer. Both have the same issue.
Beta Was this translation helpful? Give feedback.
All reactions