Small tweaks and removed container name option
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL_KEY}=${HOST_LABEL_VALUE}
|
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL_KEY}=${HOST_LABEL_VALUE}
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
restart: "no"
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- ${STORAGE_VOLUME}:/var/lib/zerotier-one:nocopy
|
- ${STORAGE_VOLUME}:/var/lib/zerotier-one:nocopy
|
||||||
volumes_driver: rancher-nfs
|
volumes_driver: rancher-nfs
|
||||||
@@ -18,13 +18,6 @@ catalog:
|
|||||||
default: "0000"
|
default: "0000"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
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"
|
- variable: "STORAGE_VOLUME"
|
||||||
label: "Persistent Storage Volume"
|
label: "Persistent Storage Volume"
|
||||||
description: |
|
description: |
|
||||||
|
|||||||
Reference in New Issue
Block a user