diff options
author | Jesus <jesus.estupinan@pragma.com.co> | 2022-08-28 06:12:33 +0800 |
---|---|---|
committer | Jesus <jesus.estupinan@pragma.com.co> | 2022-08-28 06:12:33 +0800 |
commit | 9e7bf7c6ded968cf313185833d3f3f0b973e276c (patch) | |
tree | c910008ed1abb03400f0b551673b5d156eafdd63 /README.md | |
parent | 663a9765999d13cd27993b856fe35c3b1cc2c218 (diff) | |
download | tunnel-9e7bf7c6ded968cf313185833d3f3f0b973e276c.tar.lz tunnel-9e7bf7c6ded968cf313185833d3f3f0b973e276c.tar.xz tunnel-9e7bf7c6ded968cf313185833d3f3f0b973e276c.zip |
Change official image to custom image with IPv6 support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -44,3 +44,10 @@ Debian: ```console $ chown -R nobody:nogroup dnscrypt-proxy ``` + +## Troubleshooting + +```console +export COMPOSE_HTTP_TIMEOUT=600 +export DOCKER_CLIENT_TIMEOUT=5000 +``` |