You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My ISP has soft banned MangaDex so I always need to use a DNS different from the one offered by my ISP to get around the block. On my phone it's easily done by using the "one.one.one.one" address in the Networking configs but I noticed the default compose file or the documentation itself didn't address the problem.
In docker, using a --dns "1.1.1.1" is all you have to do to make your container use a different DNS address. Maybe an environment variable or commented out line can be added somewhere? Here's my current compose file:
My ISP has soft banned MangaDex so I always need to use a DNS different from the one offered by my ISP to get around the block. On my phone it's easily done by using the "one.one.one.one" address in the Networking configs but I noticed the default compose file or the documentation itself didn't address the problem.
In docker, using a
--dns "1.1.1.1"
is all you have to do to make your container use a different DNS address. Maybe an environment variable or commented out line can be added somewhere? Here's my current compose file:The text was updated successfully, but these errors were encountered: