Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify environment variables in docker doc #289

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ services:
- ./data:/data
```
A `env` file is needed where all of the environmental variables are defined.
Using the `environment:` option in the compose file is also valid and everything is in one file.
In this example, an external file named `env` is provided that contains the environment variables. Any of the [ways to set environment variables](https://docs.docker.com/compose/environment-variables/set-environment-variables/) for docker compose will work.

For the possible environment variables, please have a look in the [configuration](configuration.md) section.

Expand Down
Loading