mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 17:22:42 +02:00
Doc: document the existance and usage of ENV_FILe env var.
This commit is contained in:
parent
18e5c5c80e
commit
ae40463712
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ docker run -it -v "$(pwd)/data":/data -e DISCORD_TOKEN='' -e SPOTIFY_CLIENT_ID='
|
|||
|
||||
This starts Muse and creates a data directory in your current directory.
|
||||
|
||||
You can also store your tokens in an environment file and make it available to your container. By default, the container will look for a `/config` environment file. You can customize this path with the `ENV_FILE` environment variable to use with, for example, [docker secrets](https://docs.docker.com/engine/swarm/secrets/).
|
||||
|
||||
**Docker Compose**:
|
||||
|
||||
```yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue