Small tweaks and removed container name option

This commit is contained in:
WilliamMiceli
2018-03-22 20:14:09 -04:00
parent 46330505ca
commit e2be947d5a
2 changed files with 1 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ services:
labels:
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL_KEY}=${HOST_LABEL_VALUE}
network_mode: "host"
restart: "no"
restart: on-failure
volumes:
- ${STORAGE_VOLUME}:/var/lib/zerotier-one:nocopy
volumes_driver: rancher-nfs

View File

@@ -18,13 +18,6 @@ catalog:
default: "0000"
required: true
type: string
- variable: "NAME"
label: "Container Name"
description: |
(Optional) Enter a name for the container, otherwise one will be randomly generated.
default: "ZeroTier"
required: false
type: string
- variable: "STORAGE_VOLUME"
label: "Persistent Storage Volume"
description: |