From 9db94d28d7163ef9a9ba96e1316794a0db06231e Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Tue, 4 May 2021 19:13:07 +0000 Subject: [PATCH] Mention the correct storage folder in docker docs (#56) Related to monicahq/monica#3626 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e971935..decb947 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ docker run -d -p 9000:9000 monica:fpm ### Persistent data storage -To have a persistent storage for your datas, you may want to create volumes for your db, and for monica you will have to save the `/var/www/monica/storage` directory. +To have a persistent storage for your datas, you may want to create volumes for your db, and for monica you will have to save the `/var/www/html/storage` directory. Run a container with this named volume: ```console