mirror of
https://github.com/unpoller/unpoller.git
synced 2026-03-31 06:24:21 -04:00
Merge branch 'master' into dn2_events
This commit is contained in:
7
.github/dependabot.yml
vendored
Normal file
7
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
@@ -3,7 +3,7 @@ version: '3'
|
||||
services:
|
||||
influxdb:
|
||||
restart: always
|
||||
image: influxdb:latest
|
||||
image: influxdb:1.8
|
||||
ports:
|
||||
- '8086:8086'
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user