aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico fuji97 Rapetti <[email protected]>2022-01-10 20:18:48 +0100
committerFederico fuji97 Rapetti <[email protected]>2022-01-10 20:18:48 +0100
commite4a4b523243337a474a39e2386bed6578f97bb83 (patch)
tree6692e1b5de43b31f686cff4d08ed8d4face34e87
parentab164353c1151666a8ed339fd753099391a1f08d (diff)
downloadmuse-e4a4b523243337a474a39e2386bed6578f97bb83.tar.xz
muse-e4a4b523243337a474a39e2386bed6578f97bb83.zip
Update Docker templates in README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 069f41d..292355e 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ There are a variety of image tags available:
(Replace empty config strings with correct values.)
```bash
-docker run -it -v "$(pwd)/data":/data -e DISCORD_TOKEN='' -e SPOTIFY_CLIENT_ID='' -e SPOTIFY_CLIENT_SECRET='' -e YOUTUBE_API_KEY='' codetheweb/muse:latest
+docker run -it -v "$(pwd)/data":/data -e DISCORD_TOKEN='' -e SPOTIFY_CLIENT_ID='' -e SPOTIFY_CLIENT_SECRET='' -e YOUTUBE_API_KEY='' -e NODE_ENV='development' codetheweb/muse:latest
```
This starts Muse and creates a data directory in your current directory.
@@ -69,6 +69,7 @@ services:
- YOUTUBE_API_KEY=
- SPOTIFY_CLIENT_ID=
- SPOTIFY_CLIENT_SECRET=
+ - NODE_ENV=development
```
#### Node.js