We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1039d14 commit ea19c8aCopy full SHA for ea19c8a
source/atlas-cli-deploy-docker.txt
@@ -289,9 +289,10 @@ of Docker Compose.
289
290
.. code-block:: sh
291
:linenos:
292
-
+
293
services:
294
mongodb:
295
+ hostname: mongodb
296
image: mongodb/mongodb-atlas-local
297
environment:
298
- MONGODB_INITDB_ROOT_USERNAME=user
@@ -300,8 +301,10 @@ of Docker Compose.
300
301
- 27019:27017
302
volumes:
303
- data:/data/db
304
+ - config:/data/configdb
305
306
data:
307
+ config:
308
309
.. step:: Run Docker Compose.
310
0 commit comments