From 8d0f14a40cb3a5029ed38d0f871de57d402d085f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 13 Jun 2019 12:15:28 -0400 Subject: [PATCH] Fix documentation formatting Signed-off-by: Roberto Rosario --- docs/chapters/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapters/docker.rst b/docs/chapters/docker.rst index 4686efb583..c99c7249a6 100644 --- a/docs/chapters/docker.rst +++ b/docs/chapters/docker.rst @@ -43,7 +43,7 @@ expose its internal 5432 port (PostgreSQL's default port) via the host's 5432 port. The data of this container will reside on the host's ``/docker-volumes/mayan-edms/postgres`` folder. -Finally create and run a Mayan EDMS container. +Finally create and run a Mayan EDMS container:: docker run -d \ --name mayan-edms \