File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ Processes are managed by Supervisor.
1515
1616A 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
2326your 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
2838If you want to use this container for a generic PHP project you can mount
You can’t perform that action at this time.
0 commit comments