diff --git a/Dockerfile b/Dockerfile index 2929d04..966d510 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM prom/prometheus -LABEL version="20240605.1.2" -LABEL description="bind9 primary nameserver" +LABEL version="20240605.1.3" +LABEL description="prometheus" RUN mkdir -p /etc/prometheus COPY prometheus/prometheus.yml /etc/prometheus diff --git a/docker-compose.yml b/docker-compose.yml index 248c50f..3c416fb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: prometheus: build: dockerfile: Dockerfile - image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:240605.1.2 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:240605.1.3 container_name: prometheus command: '--config.file=/etc/prometheus/prometheus.yml' restart: unless-stopped