Skip to content

Commit 5f26ef6

Browse files
authored
Update installing_clowder.rst (#383)
I believe there was a formatting issue in this yaml code on lines 216 and 239
1 parent 4e85b7d commit 5f26ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sphinx/userguide/installing_clowder.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ for details.), we must tell Clowder which ports the services are using.
213213
# Enable Clowder to communicate with the necessary services (Mongo, RabbitMQ, ElsticSearch)
214214
# Each service runs as a Docker container.
215215
216-
services:
216+
services:
217217
mongo:
218218
ports:
219219
- 27017:27017
@@ -236,7 +236,7 @@ for details.), we must tell Clowder which ports the services are using.
236236
# Enable Clowder to communicate with the necessary services (Mongo, RabbitMQ, ElsticSearch)
237237
# Each service runs as a Docker container.
238238
239-
services:
239+
services:
240240
mongo:
241241
ports:
242242
- 27017:27017

0 commit comments

Comments
 (0)