We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8515d75 commit b774a75Copy full SHA for b774a75
docker-compose.yml
@@ -6,4 +6,6 @@ services:
6
ports:
7
- "27017:27017"
8
volumes:
9
- - C:/DockerVolumes/mongo_data:/data/db
+ - mongo_data:/data/db
10
+volumes:
11
+ mongo_data: {}
0 commit comments