From 5293af7964be339cf672e71cc9e3979f73ad086c Mon Sep 17 00:00:00 2001 From: alexktz Date: Sat, 19 Sep 2020 21:32:58 -0400 Subject: [PATCH] missed =true from env var --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index 898a6c9..0f51e30 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -58,7 +58,7 @@ app_setup_block: | If you are setting up a mysql or postgresql database, you first need to import the tables into your database as described at the following link https://github.com/librespeed/speedtest/blob/master/doc.md#creating-the-database - To enable a custom results page set the environment variable `CUSTOM_RESULTS` and start (or restart) the container at least once for `/config/www/results/index.php` to be created and modify this file to your liking. + To enable a custom results page set the environment variable `CUSTOM_RESULTS=true` and start (or restart) the container at least once for `/config/www/results/index.php` to be created and modify this file to your liking. # changelog changelogs: