Skip to content

Commit ea0a111

Browse files
committed
fix mariadb 10.5 container
1 parent af7c8d5 commit ea0a111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/images/mariadb/10.5/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ echo "[`date`] Handing over control to /entrypoint.sh..."
4747

4848
trap clean_up TERM
4949

50-
/docker-entrypoint.sh $@ &
50+
/usr/local/bin/docker-entrypoint.sh $@ &
5151

5252
echo "[`date`] Bootstrap finished" | tee /var/run/bootstrap_ok
5353

0 commit comments

Comments
 (0)