Remove container-specific health check to avoid bind conflict
This commit is contained in:
parent
4b287e71b4
commit
f01cb0719d
|
@ -37,9 +37,6 @@ RUN setcap 'cap_net_bind_service=+ep' /usr/bin/coredns
|
|||
# DNS will bind to 53
|
||||
EXPOSE 53
|
||||
|
||||
# Global health check will respond 200 OK on 8080
|
||||
EXPOSE 8080
|
||||
|
||||
VOLUME /etc/dnsseeder
|
||||
|
||||
RUN adduser --disabled-password dnsseeder
|
||||
|
|
|
@ -17,8 +17,3 @@ testnet.seeder.yolo.money {
|
|||
record_ttl 300
|
||||
}
|
||||
}
|
||||
|
||||
# Returns 200 OK on :8080/health
|
||||
. {
|
||||
health :8080
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue