Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/features/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You can then replace the **CMD** directive by this:
CMD ["pm2-runtime", "process.yml"]
```

To split each processes in his own Docker, you can use the --only [app-name] option:
To split each process in their own Docker, you can use the --only [app-name] option:

```
CMD ["pm2-runtime", "process.yml", "--only", "APP"]
Expand Down