Skip to content

Commit a6d4d46

Browse files
Add start database bash script
1 parent a1d491d commit a6d4d46

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

start_db.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
docker-compose --file ./mongodb/docker-compose.yml up -d
4+
5+
sleep 5
6+
7+
docker exec mongo1 /scripts/init.sh

0 commit comments

Comments
 (0)