Allowing volume names again

This commit is contained in:
WilliamMiceli
2018-03-20 16:50:05 -04:00
parent 42261146f1
commit a02e23ae4d
2 changed files with 2 additions and 2 deletions

View File

@@ -15,5 +15,5 @@ services:
network_mode: "host"
restart: "no"
volumes:
- TEST:/var/lib/zerotier-one:nocopy
- ${STORAGE_VOLUME}:/var/lib/zerotier-one:nocopy
volumes_driver: rancher-nfs

View File

@@ -15,7 +15,7 @@ catalog:
label: "Persistent Storage Volume"
description: |
The Volume Name that ZeroTier should use for it's persistent storage
default: "TEST"
default: "ZeroTier"
required: false
type: string
- variable: "HOST_LABEL_KEY"