Skip to content

Commit

Permalink
fix(services/mongo): make example work
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk authored Oct 24, 2023
1 parent 700f6b0 commit 3a0d740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/usage/examples/mongo.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ steps:
commands:
# sleeping can help ensure the service adequate time to start
+ - sleep 15
- "mongo --host mongo --eval \"{ ping: 1 }\""
- /bin/mongosh --host mongo --eval 'db.runCommand("ping")'
```

### Detach
Expand Down Expand Up @@ -78,5 +78,5 @@ steps:
commands:
# sleeping can help ensure the service adequate time to start
+ - sleep 15
- "mongo --host mongo --eval \"{ ping: 1 }\""
- /bin/mongosh --host mongo --eval 'db.runCommand("ping")'
```

0 comments on commit 3a0d740

Please sign in to comment.