Skip to content

Commit

Permalink
Fixes version in docker_run
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud DEMARCQ authored and Arnaud DEMARCQ committed Nov 13, 2024
1 parent 6985626 commit 269703f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
database.jdbc.url=jdbc:postgresql://host.docker.internal:5432/dhis?ApplicationName=PrometheusDatabaseExporterWar
database.jdbc.url=jdbc:postgresql://database:5432/dhis?ApplicationName=PrometheusDatabaseExporterWar

config.root.folder=/app/rtsl/prom_db_exporter/sources
cache.folder=/tmp/prom_db_exporter_cache/
2 changes: 1 addition & 1 deletion docker_run/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
retries: 5

prometheusdbexporter:
image: simpledotorg/prometheusdbexporter:ademarcq-13779.236
image: simpledotorg/prometheusdbexporter:0.0.0
ports:
- 127.0.0.1:8080:8080
environment:
Expand Down

0 comments on commit 269703f

Please sign in to comment.