Skip to content

Commit 919bcc8

Browse files
author
Robert Kummer
authored
Updated Readme
1 parent be7e431 commit 919bcc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ A docker image for working with queues being monitored by supervisor as recommen
77
Running with redis you can configure your `QUEUE_CONNECTION` environment variable to match your redis link. In our case the link is called `redis` so the default value will be `redis`.
88

99
The default queue name in laravel is called `default`. So we configured the `QUEUE_NAME` environment variable to this value.
10+
11+
If you want to use [Laravel Horizon](https://laravel.com/docs/5.5/horizon) then you have to set the environment `LARAVEL_HORIZON` to `true`. By default it is `false`.

0 commit comments

Comments
 (0)