Skip to content

Commit

Permalink
Merge pull request #289 from Eeems/patch-2
Browse files Browse the repository at this point in the history
Clarify environment variables in docker doc
  • Loading branch information
nemunaire authored Feb 7, 2024
2 parents 37eb855 + d90e004 commit 3b8680c
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit 3b8680c

Please sign in to comment.