本番が稼働するかテスト
このコミットが含まれているのは:
コミット
e7fcb4ef35
@ -3,7 +3,7 @@ services:
|
||||
app:
|
||||
build: ./infra/php
|
||||
volumes:
|
||||
- ./infra/php/php.ini:/usr/local/etc/php/php.ini
|
||||
# - ./infra/php/php.ini:/usr/local/etc/php/php.ini
|
||||
- ./backend:/work
|
||||
|
||||
web:
|
||||
|
@ -2,9 +2,9 @@ zend.exception_ignore_args = off
|
||||
expose_php = on
|
||||
max_execution_time=9999999
|
||||
max_input_vars = 1000
|
||||
upload_max_filesize = -1
|
||||
post_max_size = -1
|
||||
memory_limit = -1
|
||||
upload_max_filesize = 999999
|
||||
post_max_size = 999999
|
||||
memory_limit = 999999
|
||||
error_reporting = E_ALL
|
||||
display_errors = on
|
||||
display_startup_errors = on
|
||||
|
新しいイシューから参照
ユーザーをブロックする