Fixes/host and trim (#74)

* Add host override

* Default trim to no
This commit is contained in:
Cory Forsstrom
2021-11-10 12:36:21 -08:00
committed by GitHub
parent 0a4938c8a7
commit 190cc66502
6 changed files with 19 additions and 12 deletions

View File

@@ -42,10 +42,6 @@ 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.