mirror of
https://github.com/benbusby/whoogle-search
synced 2024-11-16 12:13:14 +00:00
Clarify how to enable whoogle.env for docker/docker-compose
The readme section on enabling whoogle.env needed to be updated to clarify how it should work for "docker-compose" and "docker build" runs.
This commit is contained in:
parent
3b7b9d2738
commit
35aa02167c
@ -237,7 +237,11 @@ Depending on your preferences, you can also deploy the app yourself on your own
|
|||||||
- A bit more experience or willingness to work through issues
|
- A bit more experience or willingness to work through issues
|
||||||
|
|
||||||
## Environment Variables
|
## Environment Variables
|
||||||
There are a few optional environment variables available for customizing a Whoogle instance. These can be set manually, or copied into `whoogle.env` and enabled by setting `WHOOGLE_DOTENV=1`.
|
There are a few optional environment variables available for customizing a Whoogle instance. These can be set manually, or copied into `whoogle.env` and enabled for your preferred deployment method:
|
||||||
|
|
||||||
|
- Local runs: Set `WHOOGLE_DOTENV=1` before running
|
||||||
|
- With `docker-compose`: Uncomment the `env_file` option
|
||||||
|
- With `docker build/run`: Add `--env-file ./whoogle.env` to your command
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
| ------------------ | ----------------------------------------------------------------------------------------- |
|
| ------------------ | ----------------------------------------------------------------------------------------- |
|
||||||
|
Loading…
Reference in New Issue
Block a user