Skip to content

Commit b774a75

Browse files
committed
fix: docker-compose volume
1 parent 8515d75 commit b774a75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ services:
66
ports:
77
- "27017:27017"
88
volumes:
9-
- C:/DockerVolumes/mongo_data:/data/db
9+
- mongo_data:/data/db
10+
volumes:
11+
mongo_data: {}

0 commit comments

Comments
 (0)