version bump
This commit is contained in:
parent
69c8ba8790
commit
2aa9a32819
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue