version: '3'

services:  
  influxdb:
    image: influxdb:1.8
    ports:
      - "8086:8086"
