Fixed the README
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
version: '2.4'
|
||||
|
||||
services:
|
||||
|
||||
|
||||
# latency-monitor
|
||||
latency-monitor:
|
||||
container_name: latency-monitor
|
||||
hostname: latency-monitor
|
||||
build: ./Docker_Build
|
||||
depends_on:
|
||||
- influxdb
|
||||
restart: always
|
||||
environment:
|
||||
- INFLUX_URL
|
||||
- INFLUX_TOKEN
|
||||
- INFLUX_BUCKET
|
||||
- INFLUX_ORG
|
||||
- TARGET_HOST
|
||||
- TARGET_TIMER
|
||||
- TARGET_LOCATION
|
||||
Reference in New Issue
Block a user