Influxdb #1

Merged
d_mcknight merged 50 commits from github/fork/Dinnerbone/influxdb into master 2023-06-21 20:14:15 -07:00
Showing only changes of commit c47b7c2c3b - Show all commits

View file

@ -6,7 +6,7 @@ services:
influxdb: influxdb:
hostname: influxdb hostname: influxdb
container_name: influxdb container_name: influxdb
image: influxdb image: influxdb:1.8.4
networks: networks:
- internal - internal
volumes: volumes:
@ -128,4 +128,4 @@ services:
depends_on: depends_on:
- influxdb - influxdb
- varken - varken
restart: unless-stopped restart: unless-stopped