mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
update Readme
This commit is contained in:
parent
7dc091e6b9
commit
153e70c70c
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ services:
|
||||||
container_name: get_my-mongo
|
container_name: get_my-mongo
|
||||||
image: mongo
|
image: mongo
|
||||||
volumes:
|
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
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue