devenv: fix docker blocks paths

This commit is contained in:
Marcus Efraimsson
2018-09-19 17:59:55 +02:00
parent 28ff8a6716
commit 667ca3d54d
14 changed files with 17 additions and 17 deletions
@@ -1,5 +1,5 @@
prometheus:
build: blocks/prometheus
build: docker/blocks/prometheus
network_mode: host
ports:
- "9090:9090"
@@ -25,7 +25,7 @@
- "9093:9093"
prometheus-random-data:
build: blocks/prometheus_random_data
build: docker/blocks/prometheus_random_data
network_mode: host
ports:
- "8081:8080"