Skip to content

Commit 033556c

Browse files
committed
fix entrypoint to be sh
1 parent 4855eec commit 033556c

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
@@ -20,8 +20,8 @@ services:
2020
# depends_on:
2121
# mongodb-init-container:
2222
# condition: service_completed_successfully
23+
entrypoint: sh
2324
command:
24-
- sh
2525
- -c
2626
- |
2727
echo "=====> Waiting for MongoDB (mongodb:27017) to be ready before starting Rocket.Chat...";

0 commit comments

Comments
 (0)