add symlink for Playlists directory

This commit is contained in:
josh 2021-10-08 16:31:37 -05:00
parent a60292d260
commit 7e850fdfd1

View file

@ -6,7 +6,7 @@
Docker container for [JMusicBot](https://github.com/jagrosh/MusicBot). This uses the latest Minideb image for a small footprint.
## Usage
Place your **config.txt** in `yourpath/toconfig` to map it to the container. The config folder will also contain `serversettings.json` if it exists. If you need to access the container you can hop into it and get a shell using:
Place your **config.txt** in `yourpath/toconfig` to map it to the container. The config folder will also contain the `Playlists` directory and `serversettings.json` if it exists. If you need to access the container you can hop into it and get a shell using:
```bash
docker exec -it jmusicbot /bin/sh