From b619c4a45dfa0fe9718a3ff32709d87eb5f9ae99 Mon Sep 17 00:00:00 2001 From: Krzysztof Pajak Date: Sun, 22 Dec 2024 15:37:06 +0100 Subject: [PATCH] Update README.md (#546) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74fdb5362..eaa3c9381 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ latest stable version, download it from the Releases page or switch to a release * Docker ``` docker run -d -p 127.0.0.1:27017:27017 --name mongodb mongo -docker run -d -p 80:8080 --name grandnode2 --link mongodb:mongo grandnode/grandnode2 +docker run -d -p 80:8080 --name grandnode2 --link mongodb:mongo -v grandnode_images:/app/wwwroot/assets/images -v grandnode_appdata:/app/App_Data grandnode/grandnode2 ``` If you want to download the latest stable version of GrandNode please use the following command, where x.xx is a number of GrandNode release: ```