summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarbz <BarbzYHOOL@users.noreply.github.com>2020-11-30 10:17:11 +0100
committerGitHub <noreply@github.com>2020-11-30 10:17:11 +0100
commit0c24876d59434246e45bb22ecaa97dfa7584d4f0 (patch)
treede54da3bc70f628e1066cddcd0e925fbe01a2be3
parent32137b35e3a55591a86edb6a201a30cf4deb84c1 (diff)
downloadwiki-0c24876d59434246e45bb22ecaa97dfa7584d4f0.tar.gz
wiki-0c24876d59434246e45bb22ecaa97dfa7584d4f0.tar.bz2
wiki-0c24876d59434246e45bb22ecaa97dfa7584d4f0.zip
fix: instance_template allowMount (#299)
-rw-r--r--docs/instance_template.md5
1 files changed, 2 insertions, 3 deletions
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