From 27349ec953ec54feaa8cfe3c2ca7d141fdbf566c Mon Sep 17 00:00:00 2001 From: sct Date: Mon, 14 Dec 2020 04:49:00 +0000 Subject: [PATCH] docs: update readme.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36078e60..8dcd68a6 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ docker run -d \ -e LOG_LEVEL=info \ -e TZ=Asia/Tokyo \ -p 5055:3000 \ - -v /path/to/appdata/config:/config \ + -v /path/to/appdata/config:/app/config \ --restart unless-stopped \ sctx/overseerr ``` @@ -105,6 +105,7 @@ Our [Code of Conduct](https://github.com/sct/overseerr/blob/develop/CODE_OF_COND + ## Contributing