From 1e25667227ae9f72d9481105658cc561a7f9f86d Mon Sep 17 00:00:00 2001 From: yojoshb <68751897+yojoshb@users.noreply.github.com> Date: Mon, 20 Sep 2021 12:55:10 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8624a95..3d9814b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ docker container for [JMusicBot](https://github.com/jagrosh/MusicBot). This uses the latest Alpine image for a small footprint. ## Usage +Place your config.txt in `yourpath/toconfig` to map it to the container. If you need to access the `serversettings.json` file, you can hop into the container to access it + +```bash +docker exec -it jmusicbot /bin/sh +``` ### Docker CLI ```bash @@ -11,9 +16,6 @@ docker run -dt \ --restart=unless-stopped \ yojoshb/jmusicbot ``` - -Place your config.txt in `yourpath/toconfig` to map it to the container. - --- ### Docker Compose @@ -28,5 +30,3 @@ services: - /yourpath/toconfig:/config restart: unless-stopped ``` - -Place your config.txt in `yourpath/toconfig` to map it to the container.