diff --git a/contrib/docker/start.sh b/contrib/docker/start.sh index 079f6be91..eed8a259a 100755 --- a/contrib/docker/start.sh +++ b/contrib/docker/start.sh @@ -12,7 +12,7 @@ php artisan migrate --force php artisan update # Run a worker if it is set as embedded -if [ "$HORIZON_EMBED" -eq "true" ]; then +if [ "$HORIZON_EMBED" = "true" ]; then php artisan horizon & fi