vgist/dockerfiles

DNSCrypt config in a docker volume

modem7 opened this issue · 2 comments

Is there any way I could have my toml file in a docker volume rather than on the main host at all for DNSCrypt?

Not quite sure how I would reference the config directory at all?

Thanks!

e6e6 commented

-v /your/dnscrypt-proxy.toml :/etc/dnscrypt-proxy/dnscrypt-proxy.toml

Perfect, thank you!