diff --git a/README.md b/README.md index c04d56b..75e87c4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ mongo:create Create a mongo service with environment variables mongo:destroy Delete the service, delete the data and stop its container if there are no links left mongo:enter [command] Enter or run a command in a running mongo service container mongo:exists Check if the mongo service exists -mongo:export > Export a dump of the mongo service database +mongo:export > Export a dump of the mongo service database (as gzipped archive file) mongo:expose [port] Expose a mongo service on custom port if provided (random port otherwise) mongo:import < Import a dump into the mongo service database mongo:info Print the connection information