From 0c24876d59434246e45bb22ecaa97dfa7584d4f0 Mon Sep 17 00:00:00 2001 From: Barbz Date: Mon, 30 Nov 2020 10:17:11 +0100 Subject: fix: instance_template allowMount (#299) --- docs/instance_template.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/instance_template.md') diff --git a/docs/instance_template.md b/docs/instance_template.md index c0cc430..2554e0b 100644 --- a/docs/instance_template.md +++ b/docs/instance_template.md @@ -91,6 +91,5 @@ The name of the instance script that the instance will use and apply (if any). ### allowMount -0 = you can enter on mount and will not get dismounted on enter - -1 = you can't enter on mount and get dismounted on enter +- 0 = you can not mount inside this instance +- 1 = you can mount inside this instance -- cgit