Merge branch 'master' into dn2_events

This commit is contained in:
David Newhall
2021-03-14 23:34:21 -07:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

7
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
---
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"

View File

@@ -3,7 +3,7 @@ version: '3'
services: services:
influxdb: influxdb:
restart: always restart: always
image: influxdb:latest image: influxdb:1.8
ports: ports:
- '8086:8086' - '8086:8086'
volumes: volumes: