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: