Skip to content

Commit

Permalink
Merge pull request #199 from bartsanchez/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilder authored Mar 6, 2024
2 parents f262f17 + 824372a commit 5f52f78
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 @@ -115,7 +115,7 @@ $ dockerize -stdout info.log -stdout perf.log
```

If `inotify` does not work in you container, you use `-poll` to poll for file changes instead.
If `inotify` does not work in your container, you can use `-poll` to poll for file changes instead.

```
$ dockerize -stdout info.log -stdout perf.log -poll
Expand Down

0 comments on commit 5f52f78

Please sign in to comment.