Skip to content

Commit

Permalink
docs: faq typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
contra committed Jul 11, 2018
1 parent 25a1813 commit a2d4d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faq.md
Expand Up @@ -265,7 +265,7 @@ Otherwise see [issue #1124](https://github.com/remy/nodemon/issues/1124) for fur

## No automatic restart when using Docker volumes [issue #419](https://github.com/remy/nodemon/issues/419#issuecomment-391244911)

Some Node.js Docker images do not seem to have the full suite of filtesystem process utilities that allow `nodemon` to restart automatically when the code in a mounted volume changes. To handle this, and enable automatic restarts without using legacy mode, you can install the [procps](http://procps.sourceforge.net) package.
Some Node.js Docker images do not seem to have the full suite of filesystem process utilities that allow `nodemon` to restart automatically when the code in a mounted volume changes. To handle this, and enable automatic restarts without using legacy mode, you can install the [procps](http://procps.sourceforge.net) package.

Here's an example snippet of a Dockerfile:

Expand Down

0 comments on commit a2d4d13

Please sign in to comment.