Closed Aekaz closed 4 years ago
Add:
--dns 1.1.1.1
--dns 1.0.0.1
or
--dns 8.8.8.8
--dns 8.8.4.4
or
--dns 1.1.1.1
--dns 8.8.8.8
or any other DNS of your choosing to your Docker run command.
Add:
--dns 1.1.1.1
--dns 1.0.0.1
or--dns 8.8.8.8
--dns 8.8.4.4
or--dns 1.1.1.1
--dns 8.8.8.8
or any other DNS of your choosing to your Docker run command.
I forgot to mention that before posting this, I already tried adding
--dns 8.8.8.8
--dns 8.8.4.4
Which kept my container for constantly restarting. Sadly I deleted it so I can't post logs anymore.
I just now tried adding 1.1.1.1 & 1.0.0.1 and now it seems to be working; I can ping google.com & see tracker announces. Maybe something else was wrong somewhere...
Thanks for your support!
First off, thank you for this awesome project & thank you for keeping it up to date! After running this for a few days, it seems I am running into problems which affect my downloads. As a non-IT guy, I've tried my best to solve my issues but I am coming to a standstill. Help would be greatly appreciated. Seeing as this is my first hand at any coding in docker, powershell or bash, a little bit more explanation how to get to certain commands/files/configs would be very much appreciated!
Describe the problem It seems that my docker container was working fine for a couple of days but after a couple of days, I seemed to be getting a lot of idle torrents with: "Announce error: could not connect to tracker"
Pinpointing this to DNS is because:
Timeline of these errors coincide more or less with when I started playing with hosting a reverse proxy through Caddy (native, not in a container) & duckdns (monday 28/9 & tuesday 29/9). Perhaps there is something interfering here.
With my limited knowledge, I find it odd that there could be an interference because I am running this docker, with both caddy & duckdns updater tool running on windows 10, however I would not be surprised.
PS: Timezone command for Amsterdam is 2 hours off vs actual time (2 hours earlier). Is this normal behaviour?
Add your docker run command NOTE: Ran in Powershell on Win10
Logs
Because this is my desktop and not a dedicated server I am stopping & stopping this service when I shut down the PC, hence the length of the log. apologies in advance if this is too much information.
Transmission
Docker
Host system: Windows 10 - 19041.508 Docker Desktop for Windows - 2.4.0.0 (48506)
If it matters: Duckdns updater v1.0.5 Caddy v2.1.1 Windows install, cannot get the service to run in NSSM
Thank you for your efforts!