Skip to content

Commit 80f412a

Browse files
committed
fix entrypoint
1 parent b98727f commit 80f412a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
# mongodb-init-container:
2222
# condition: service_completed_successfully
2323
command:
24-
- bash
24+
- sh
2525
- -c
2626
- |
2727
echo "=====> Waiting for MongoDB (mongodb:27017) to be ready before starting Rocket.Chat...";

0 commit comments

Comments
 (0)