Skip to content

Instantly share code, notes, and snippets.

@wh13371
Created August 29, 2020 10:42
Show Gist options
  • Save wh13371/9b73c1630c1061163225329a8c3989fe to your computer and use it in GitHub Desktop.
Save wh13371/9b73c1630c1061163225329a8c3989fe to your computer and use it in GitHub Desktop.
version: '3'
services:
influx2:
image: quay.io/influxdb/influxdb:2.0.0-beta
container_name: influx2
volumes:
- $PWD/data:/root/.influxdbv2
- $PWD/data/engine:/root/.influxdbv2/engine
command:
- --reporting-disabled
ports:
- '9999:9999'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment