Skip to content

Commit d9bc72e

Browse files
committed
Documentation updates.
1 parent e6fec81 commit d9bc72e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Processes are managed by Supervisor.
1515

1616
A cron job has been set up which will call the Laravel scheduler once per minute.
1717

18+
Before using Redis with Laravel, you will need to install the `predis/predis`
19+
package via Composer. Refer to the [Laravel Redis documentation](https://laravel.com/docs/master/redis).
20+
1821

1922
### Adding your website files
2023

@@ -23,6 +26,13 @@ Dockerfile, or if you are not extending this container you can mount
2326
your local directory to `/share` as a volume.
2427

2528

29+
### Executing Artisan commands when the container is run
30+
31+
Any [Supervisor program:x config files](http://supervisord.org/configuration.html#program-x-section-values)
32+
you ADD/COPY to the `/etc/supervisord/` directory will be automatically run when
33+
the container starts. Make sure the filename ends with `.conf`.
34+
35+
2636
### Usage for non-Laravel or Lumen projects
2737

2838
If you want to use this container for a generic PHP project you can mount

0 commit comments

Comments
 (0)