diff --git a/ReadMe.md b/ReadMe.md index 84f76d7..99d1705 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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 +```