youtubebeat/vendor/github.com/elastic/beats/metricbeat/module/nginx/_meta/Dockerfile

5 lines
173 B
Docker
Executable file

FROM nginx:1.9
RUN apt-get update && apt-get install -y curl
HEALTHCHECK --interval=1s --retries=90 CMD curl -f http://localhost/server-status
COPY ./nginx.conf /etc/nginx/