From 012bb4ebb0a611721bf497964d7bd0f884ee2ec4 Mon Sep 17 00:00:00 2001 From: Layla Date: Sun, 2 Apr 2023 05:13:12 +0000 Subject: [PATCH] Improve docs --- ReadMe.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +```