doc: in the Docker example with custom plugins, replace ep_codepad -> ep_comments_page

Prefer promoting ep_comments_page, since it has a wider audience and is better
maintained.
This commit is contained in:
muxator 2020-05-13 23:16:51 +02:00
parent 94921b53fd
commit 4816785aef
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ docker build --tag <YOUR_USERNAME>/etherpad .
Include two plugins in the container:
```bash
docker build --build-arg ETHERPAD_PLUGINS="ep_codepad ep_author_neat" --tag <YOUR_USERNAME>/etherpad .
docker build --build-arg ETHERPAD_PLUGINS="ep_comments_page ep_author_neat" --tag <YOUR_USERNAME>/etherpad .
```
## Running your instance: