Skip to content

Commit 40d430c

Browse files
fix docs regarding AUTORUN_LARAVEL_MIGRATION_ISOLATION (#398)
The default for `AUTORUN_LARAVEL_MIGRATION_ISOLATION` seems to be `false`, see https://github.com/serversideup/docker-php/blob/9999c0967575f66d8dd55f37f025f98885efde9c/src/common/etc/entrypoint.d/50-laravel-automations.sh#L73
1 parent a77bb83 commit 40d430c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/docs/2.getting-started/3.default-configurations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ We also provide a few default scripts to help you get started.
105105
| `1-debug-mode.sh` | Sets PHP to debug mode if `LOG_OUTPUT_LEVEL = "debug"` | all |
106106
| `10-init-unit.sh` | Processes Unit templates, configures SSL (if enabled), and prepares NGINX Unit for launch | unit |
107107
| `10-init-webserver-config.sh` | Processes web server configuration templates, configures SSL (if enabled), and prepares web server for launch | *-nginx <br/> *-apache |
108-
| `50-laravel-automations.sh` | If `AUTORUN_ENABLED` is set to true, and a Laravel installation is detected, the following commands will automatically execute on container start: <br/> - `php artisan config:cache` <br/> - `php artisan route:cache` <br/> - `php artisan view:cache` <br/> - `php artisan event:cache` <br/> - `php artisan migrate --force --isolated` | all |
108+
| `50-laravel-automations.sh` | If `AUTORUN_ENABLED` is set to true, and a Laravel installation is detected, the following commands will automatically execute on container start: <br/> - `php artisan config:cache` <br/> - `php artisan route:cache` <br/> - `php artisan view:cache` <br/> - `php artisan event:cache` <br/> - `php artisan migrate --force` | all |
109109

110110
## Disabling Default Entrypoint Scripts
111-
If you want full control to customize your image, all default entrypoint scripts can be disabled by setting `DISABLE_DEFAULT_CONFIG` to `true`.
111+
If you want full control to customize your image, all default entrypoint scripts can be disabled by setting `DISABLE_DEFAULT_CONFIG` to `true`.

0 commit comments

Comments
 (0)