Remove container-specific health check to avoid bind conflict

This commit is contained in:
George Tankersley 2020-06-09 20:45:31 -04:00
parent 4b287e71b4
commit f01cb0719d
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -17,8 +17,3 @@ testnet.seeder.yolo.money {
record_ttl 300
}
}
# Returns 200 OK on :8080/health
. {
health :8080
}