Commit f9805bca authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

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

parent cd7f96ba
......@@ -2,7 +2,6 @@ version: '3'
services:
prom:
image: prom/prometheus
container_name: prom
restart: always
ports:
- 10090:9090
......@@ -17,7 +16,6 @@ services:
bbexp:
image: prom/blackbox-exporter
container_name: bbexp
restart: always
environment:
- config.file="/config.yml"
......@@ -26,7 +24,6 @@ services:
graf:
image: grafana/grafana
container_name: graf
restart: always
ports:
- 4000: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