try increased timeouts
This commit is contained in:
parent
3e34378f39
commit
7f7b03757d
|
@ -23,8 +23,8 @@ ENV NODE_ENV production
|
||||||
# 3. start crond in the background
|
# 3. start crond in the background
|
||||||
# 4. start the health-check api service
|
# 4. start the health-check api service
|
||||||
CMD [ "sh", "-c", \
|
CMD [ "sh", "-c", \
|
||||||
"echo -e \"nameserver 127.0.0.1\n$(cat /etc/resolv.conf)\" > /etc/resolv.conf ; \
|
"echo -e \"nameserver 127.0.0.1\n$(cat /etc/resolv.conf)\noptions attempts:5\noptions timeout:30\" > /etc/resolv.conf ; \
|
||||||
dnsmasq --strict-order --address=/siasky.net/$(node src/whatismyip.js) ; \
|
dnsmasq --no-resolv --log-queries --log-facility=/var/log/dnsmasq.log --address=/siasky.net/$(node src/whatismyip.js) ; \
|
||||||
crond ; \
|
crond ; \
|
||||||
node --max-http-header-size=64000 src/index.js" \
|
node --max-http-header-size=64000 src/index.js" \
|
||||||
]
|
]
|
||||||
|
|
Reference in New Issue