Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM prom/prometheus
FROM prom/prometheus:v2.55.1

# copy the Prometheus configuration file
COPY prometheus.yml /etc/prometheus/prometheus.yml
Expand All @@ -16,4 +16,4 @@ CMD [ "--config.file=/etc/prometheus/prometheus.yml", \
"--web.console.templates=/usr/share/prometheus/consoles", \
"--web.external-url=http://prometheus.abstract.money", \
"--log.level=info"]


Loading