Skip to content

Commit defd58e

Browse files
committed
Use /bin/sh for entrypoint - compatabile with mongo3x images
1 parent 3a597c4 commit defd58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

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

33
mongod --replSet mongoengine --fork --logpath=/var/log/mongodb.log
44
mongo db --eval "rs.initiate()"

0 commit comments

Comments
 (0)