From 2bd73aa258708fed83758e25909b12aa0c0d955a Mon Sep 17 00:00:00 2001 From: TheSpad Date: Mon, 25 Sep 2023 16:15:21 +0100 Subject: [PATCH] Errant backtick --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index 3a3c2e1..ae8e5de 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -104,7 +104,7 @@ app_setup_block: | ### NO_CHOWN Option - On larger Mastodon instances, our init process to verify that permissions are set correctly can noticeably slow down the container startup. If you are experiencing this, you can set `NO_CHOWN`` to `true` to skip that step of the init. + On larger Mastodon instances, our init process to verify that permissions are set correctly can noticeably slow down the container startup. If you are experiencing this, you can set `NO_CHOWN` to `true` to skip that step of the init. *Do NOT set this on first run of the container. If you enable this option you are taking full responsibility for ensuring that the permissions in your /config mount are correct. If you're even slightly unsure, don't set it.*