Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/src/sphinx/userguide/installing_clowder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down