From 248fd1e68e392751fb718e0f6004020f969d7878 Mon Sep 17 00:00:00 2001 From: Taylor Bourne Date: Wed, 3 Nov 2021 16:32:01 -0700 Subject: [PATCH] feat: update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5fc26c9..0eca016 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ or see [docker-compose.yml](docker-compose.yml) for an example docker-compose se Defaults & behavior can be changed through environment variables. `sample.env` should be renamed to `.env` and supplied through the `--env-file` docker run option. The `.env` file can also be picked up if using this in a `docker compose` setup. +### IMPORTANT + +You _MUST_ set the environment variable `lazyStreamHost` otherwise LazyStream will _not_ work. + ## Cron schedule By default, the cron job is scheduled to run every hour. A custom cron schedule can be specified by renaming the `sample_cron.txt` file in the `/config` volume to `cron.txt` and editing the schedule. Make sure to restart your container to take effect.