From 4816785aef457f06611c3322e6b0cbcb9abc6a41 Mon Sep 17 00:00:00 2001 From: muxator Date: Wed, 13 May 2020 23:16:51 +0200 Subject: [PATCH] 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. --- doc/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docker.md b/doc/docker.md index 9a991a60..5eb0a16a 100644 --- a/doc/docker.md +++ b/doc/docker.md @@ -38,7 +38,7 @@ docker build --tag /etherpad . Include two plugins in the container: ```bash -docker build --build-arg ETHERPAD_PLUGINS="ep_codepad ep_author_neat" --tag /etherpad . +docker build --build-arg ETHERPAD_PLUGINS="ep_comments_page ep_author_neat" --tag /etherpad . ``` ## Running your instance: