Skip to content

Commit

Permalink
Mention the correct storage folder in docker docs (monicahq#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed90 authored May 4, 2021
1 parent 68fa292 commit 9db94d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9db94d2

Please sign in to comment.