removed deprecated container_name from compose file

This commit is contained in:
Brian Christner 2017-09-19 23:00:36 +02:00
parent f5d6df9d1d
commit 0dd341b1cf
No known key found for this signature in database
GPG Key ID: 8453AD0CB29591D1
1 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ networks:
services:
prometheus:
image: prom/prometheus
container_name: prometheus
volumes:
- ./prometheus/:/etc/prometheus/
- prometheus_data:/prometheus
@ -38,7 +37,6 @@ services:
constraints:
- node.hostname == <hostname where the prometheus config file in>
node-exporter:
container_name: node-exporter
image: prom/node-exporter
volumes:
- /proc:/host/proc:ro