Skip to content

Commit

Permalink
Replace underscores in docker hostnames with hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
marksteward committed Aug 10, 2024
1 parent 57f86ed commit 5be474b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.kelvin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
networks:
- emfweb

postgres_exporter:
postgres-exporter:
restart: unless-stopped
image: 'wrouesnel/postgres_exporter:v0.8.0'
environment:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
networks:
- emfweb

postgres_exporter:
postgres-exporter:
restart: unless-stopped
image: 'wrouesnel/postgres_exporter:v0.8.0'
environment:
Expand All @@ -49,7 +49,7 @@ services:
- emfweb
command: memcached -m 64

memcached_exporter:
memcached-exporter:
restart: unless-stopped
image: 'prom/memcached-exporter:v0.9.0'
depends_on:
Expand Down

0 comments on commit 5be474b

Please sign in to comment.