We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b364ef9 commit 91c8993Copy full SHA for 91c8993
docker-compose.yml
@@ -5,6 +5,8 @@ volumes:
5
services:
6
influxdb:
7
build: influxdb
8
+ # privileged added so usb drive can be mounted.
9
+ privileged: true
10
volumes:
11
# Mount for influxdb data directory
12
- 'influx-data:/var/lib/influxdb'
0 commit comments