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 2cc1422 commit b271a0cCopy full SHA for b271a0c
docker-compose.yml
@@ -3,6 +3,9 @@ volumes:
3
influx-data:
4
influx-config:
5
services:
6
+ nfsd:
7
+ image: itsthenetwork/nfs-server-alpine:latest-arm
8
+ privileged: true
9
influxdb:
10
build: influxdb
11
# privileged added so usb drive can be mounted.
0 commit comments