File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ ARG CLI_VERSION="1.2.0" \
1010 RELEASE_TAG="latest"
1111
1212ENV AUTORUN_ENABLED="true" \
13+ AUTORUN_LARAVEL_MIGRATION="true" \
1314 AUTORUN_LARAVEL_MIGRATION_ISOLATION="true" \
1415 PHP_OPCACHE_ENABLE="1" \
1516 SHOW_WELCOME_MESSAGE="false"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WIP to build my own image again. This image is build off https://serversideup.ne
44
55### Using
66
7- This image is designed to work as a contained service and separates out the task scheduler and queue worker to separate containers.
7+ This image is designed to work as a service and separates out the app, task scheduler and queue worker into separate service containers.
88
99``` yaml
1010# docker-compose.yml
You can’t perform that action at this time.
0 commit comments