From 153e70c70c523b67efb9a0ca302fee2bf3c58617 Mon Sep 17 00:00:00 2001 From: Brian McGonagill Date: Wed, 14 Aug 2024 16:27:37 -0500 Subject: [PATCH] update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45f10b7..6b3d1b8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ services: container_name: get_my-mongo image: mongo volumes: - - ./data:/data/db # this will store the application data in the same directory where you have the docker-compose.yml file. + - ./data:/data/db # this will store the application data in the same directory where you have the docker-compose.yml file. the directory on your host will be called 'data'. restart: unless-stopped ```