Commit 7444ca5a authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Removed container names to let docker-compose name as it will.

parent 915de273
...@@ -2,7 +2,6 @@ version: '3' ...@@ -2,7 +2,6 @@ version: '3'
services: services:
prom: prom:
image: prom/prometheus image: prom/prometheus
container_name: prom
restart: always restart: always
environment: environment:
- config.file=/etc/prometheus/prometheus.yml - config.file=/etc/prometheus/prometheus.yml
...@@ -15,7 +14,6 @@ services: ...@@ -15,7 +14,6 @@ services:
bbexp: bbexp:
image: prom/blackbox-exporter image: prom/blackbox-exporter
container_name: bbexp
restart: always restart: always
environment: environment:
- config.file="/config.yml" - config.file="/config.yml"
...@@ -24,7 +22,6 @@ services: ...@@ -24,7 +22,6 @@ services:
graf: graf:
image: grafana/grafana image: grafana/grafana
container_name: graf
restart: always restart: always
ports: ports:
- 3000:3000 - 3000:3000
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment