version bump
This commit is contained in:
parent
69c8ba8790
commit
2aa9a32819
|
@ -1,7 +1,7 @@
|
||||||
FROM prom/prometheus
|
FROM prom/prometheus
|
||||||
|
|
||||||
LABEL version="20240605.1.2"
|
LABEL version="20240605.1.3"
|
||||||
LABEL description="bind9 primary nameserver"
|
LABEL description="prometheus"
|
||||||
|
|
||||||
RUN mkdir -p /etc/prometheus
|
RUN mkdir -p /etc/prometheus
|
||||||
COPY prometheus/prometheus.yml /etc/prometheus
|
COPY prometheus/prometheus.yml /etc/prometheus
|
||||||
|
|
|
@ -10,7 +10,7 @@ services:
|
||||||
prometheus:
|
prometheus:
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
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
|
container_name: prometheus
|
||||||
command: '--config.file=/etc/prometheus/prometheus.yml'
|
command: '--config.file=/etc/prometheus/prometheus.yml'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in New Issue