diff --git a/README.md b/README.md
index 59ae6b7967dcf038782a8321026c62ea9832404f..2a2677cae03fbb445e18c729d2c90f29a0b78f39 100644
--- a/README.md
+++ b/README.md
@@ -90,4 +90,6 @@ You should be able to access the application at [http://localhost]
 
 Make sure no other processes are running on TCP ports: 27017 (mongo), 3000 (server), 8545 (ganache), 3001 (client-dev), 80 (client-production).
 
-If you get permission error when trying to stop docker containers, you can execute `sudo service docker restart` as a workaround.
\ No newline at end of file
+If you get permission error when trying to stop docker containers, you can execute `sudo service docker restart` as a workaround.
+
+The `ganache/` folder has the owner `root` as this folder (docker volume, better said) is created by docker.  
\ No newline at end of file