mirror of
https://github.com/linuxserver/docker-wireguard
synced 2024-11-02 09:40:26 +00:00
fix copy/pasta error
This commit is contained in:
parent
e4f61af9e7
commit
5f9a045cb3
@ -11,10 +11,10 @@ elif grep -q "health" /config/coredns/Corefile; then
|
|||||||
exec \
|
exec \
|
||||||
s6-notifyoncheck -d -n 300 -w 1000 -c "redirfd -w 1 /dev/null curl -s http://localhost:8080/health" \
|
s6-notifyoncheck -d -n 300 -w 1000 -c "redirfd -w 1 /dev/null curl -s http://localhost:8080/health" \
|
||||||
cd /config/coredns \
|
cd /config/coredns \
|
||||||
/usr/bin/coredns -dns.port=53
|
/app/coredns -dns.port=53
|
||||||
else
|
else
|
||||||
exec \
|
exec \
|
||||||
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -zu localhost 53" \
|
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -zu localhost 53" \
|
||||||
cd /config/coredns \
|
cd /config/coredns \
|
||||||
/usr/bin/coredns -dns.port=53
|
/app/coredns -dns.port=53
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user