Skip to content

Commit 1d3b541

Browse files
Add data volume folder
1 parent a6d4d46 commit 1d3b541

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data/**

data/.gitkeep

Whitespace-only changes.

start_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
docker-compose --file ./mongodb/docker-compose.yml up -d
3+
docker-compose --file ./docker-compose.yml up -d
44

55
sleep 5
66

0 commit comments

Comments
 (0)