From ae40463712875613c7d485264d61a7965df8a57d Mon Sep 17 00:00:00 2001 From: JoaoCostaIFG Date: Mon, 28 Oct 2024 16:15:29 +0000 Subject: [PATCH] Doc: document the existance and usage of ENV_FILe env var. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e4f1f25..9b81f22 100644 --- a/README.md +++ b/README.md @@ -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