mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
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:
parent
94921b53fd
commit
4816785aef
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ docker build --tag <YOUR_USERNAME>/etherpad .
|
||||||
|
|
||||||
Include two plugins in the container:
|
Include two plugins in the container:
|
||||||
```bash
|
```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:
|
## Running your instance:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue