diff options
| author | JoaoCostaIFG <[email protected]> | 2024-10-28 16:15:29 +0000 |
|---|---|---|
| committer | JoaoCostaIFG <[email protected]> | 2024-10-28 16:15:29 +0000 |
| commit | ae40463712875613c7d485264d61a7965df8a57d (patch) | |
| tree | 3c931a1f130a52e6f20f422dfdee90c4a0d65f5e | |
| parent | 18e5c5c80e2ff205d46420d9760d9b9d9e824f00 (diff) | |
| download | muse-ae40463712875613c7d485264d61a7965df8a57d.tar.xz muse-ae40463712875613c7d485264d61a7965df8a57d.zip | |
Doc: document the existance and usage of ENV_FILe env var.
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 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 |
