Improve docs

This commit is contained in:
Layla 2023-04-02 05:13:12 +00:00
parent 3cba6f1881
commit 012bb4ebb0

View File

@ -28,3 +28,9 @@ In this example, your config is in the current directory and call `birdbot.yaml`
### Persistant Data
The default location for container data is `/var/lib/birdbot/` so you can mount it like:
Example:
```bash
docker run -it -v `pwd`:/var/lib/birdbot/ yeslayla/birdbot:latest
```