Skip to content

Commit e7fd4f1

Browse files
author
Hauke Ingwersen
committed
Updated Readme
1 parent 74c1728 commit e7fd4f1

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
@@ -50,6 +50,7 @@ services:
5050
environment:
5151
- PHP_OPCACHE_VALIDATE_TIMESTAMPS=1
5252
- PHP_MEMORY_LIMIT=1G
53+
- PHP_MAX_EXECUTION_TIME=30
5354
volumes:
5455
- ./:/opt/app:cached
5556
ports:
@@ -85,6 +86,7 @@ services:
8586
environment:
8687
- PHP_OPCACHE_VALIDATE_TIMESTAMPS=1
8788
- PHP_MEMORY_LIMIT=1G
89+
- PHP_MAX_EXECUTION_TIME=30
8890
- STARTUP_COMMAND1=php artisan migrate --force
8991
- STARTUP_COMMAND2=php artisan horizon:restart
9092
volumes:

0 commit comments

Comments
 (0)