Small tweaks and removed container name option
This commit is contained in:
@@ -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
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user