update Readme

This commit is contained in:
Brian McGonagill 2024-08-14 16:27:37 -05:00
parent 7dc091e6b9
commit 153e70c70c

View file

@ -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
```