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 b271a0c commit 2a95ca9Copy full SHA for 2a95ca9
docker-compose.yml
@@ -6,6 +6,8 @@ services:
6
nfsd:
7
image: itsthenetwork/nfs-server-alpine:latest-arm
8
privileged: true
9
+ environment:
10
+ - SHARED_DIRECTORY=/nfsshare
11
influxdb:
12
build: influxdb
13
# privileged added so usb drive can be mounted.
0 commit comments