Skip to content

Commit

Permalink
docs: faq typo fix (#1388)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
remy committed Jul 13, 2018
2 parents 25a1813 + a2d4d13 commit 4a88095
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 4a88095

Please sign in to comment.