docker-dnsmasq icon indicating copy to clipboard operation
docker-dnsmasq copied to clipboard

/sync is very slowly.

Open larryhu opened this issue 5 years ago • 0 comments

$docker run
--name dnsmasq
-d
-p 53:53/udp
-p 5380:8080
-v /opt/dnsmasq.conf:/etc/dnsmasq.conf
--log-opt "max-size=100m"
-e "HTTP_USER=foo"
-e "HTTP_PASS=bar"
--restart always
jpillora/dnsmasq

After started and login, /sync used long time, one hour or more. please fix it. THX!!!

larryhu avatar May 27 '19 03:05 larryhu