diff options
Diffstat (limited to 'Services/mongo/README.md')
-rw-r--r-- | Services/mongo/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Services/mongo/README.md b/Services/mongo/README.md index 41d4670..5c423e3 100644 --- a/Services/mongo/README.md +++ b/Services/mongo/README.md @@ -26,9 +26,11 @@ Build the container ## Accessing server access to the running database + mongo -h localhost -p 27017 access to the container itself + docker exec -it mongo bash ## Related Resources |