From 97d00cd936c6d805e68fb697539b94767aff9bfd Mon Sep 17 00:00:00 2001 From: Athrogate Date: Sat, 22 Aug 2020 17:19:30 -0400 Subject: [PATCH] Update README.md Documenting the SKIPGRAVITYONBOOT variable. Signed-off-by: Tyler Spires --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e18aeb..dddb584 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ There are other environment variables if you want to customize various things in | `DNSMASQ_USER: `
*Experimental Default: root* | Allows running FTLDNS as non-root. | `TEMPERATUREUNIT`:
*Optional Default: c* | Set preferred temperature unit to `c`: Celsius, `k`: Kelvin, or `f` Fahrenheit units. | `WEBUIBOXEDLAYOUT: `
*Optional Default: boxed* | Use boxed layout (helpful when working on large screens) -| `SKIPGRAVITYONBOOT`:
*Optional Default: Not Set* | Use this option to skip updating the Gravity Database when booting up the container. By default this environment variable is not set so the Gravity Database will be updated when the container starts up. Setting this environmental variable to 1 (or anything) will cause the Gravity Database to not be updated when container starts up. +| `SKIPGRAVITYONBOOT`:
*Optional Default: Not Set* | Use this option to skip updating the Gravity Database when booting up the container. By default this environment variable is not set so the Gravity Database will be updated when the container starts up. Setting this environment variable to 1 (or anything) will cause the Gravity Database to not be updated when container starts up. To use these env vars in docker run format style them like: `-e DNS1=1.1.1.1`