From f927e405bffda7a86cb2a6767b01c1566ab3fc56 Mon Sep 17 00:00:00 2001 From: meerkatt <84426779+meerkatt@users.noreply.github.com> Date: Thu, 22 Sep 2022 12:36:26 -0500 Subject: [PATCH] Update installing_clowder.rst I believe there was a formatting issue in this yaml code on lines 216 and 239 --- doc/src/sphinx/userguide/installing_clowder.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sphinx/userguide/installing_clowder.rst b/doc/src/sphinx/userguide/installing_clowder.rst index cb2e370cf..e3cc88348 100644 --- a/doc/src/sphinx/userguide/installing_clowder.rst +++ b/doc/src/sphinx/userguide/installing_clowder.rst @@ -213,7 +213,7 @@ for details.), we must tell Clowder which ports the services are using. # Enable Clowder to communicate with the necessary services (Mongo, RabbitMQ, ElsticSearch) # Each service runs as a Docker container. - services: + services: mongo: ports: - 27017:27017 @@ -236,7 +236,7 @@ for details.), we must tell Clowder which ports the services are using. # Enable Clowder to communicate with the necessary services (Mongo, RabbitMQ, ElsticSearch) # Each service runs as a Docker container. - services: + services: mongo: ports: - 27017:27017