Display Module 13-05-2026
This commit is contained in:
parent
6a65354f4c
commit
9262132325
41 changed files with 496 additions and 334 deletions
|
|
@ -62,7 +62,7 @@ services:
|
|||
MYSQL_EXTRA_OPTIONS: --default-authentication-plugin=mysql_native_password
|
||||
volumes:
|
||||
- '../:/var/www/html'
|
||||
- './php-upload-limits.ini:/etc/php/8.4/cli/conf.d/99-upload-limits.ini:ro'
|
||||
- './php-upload-limits.ini:/etc/php/8.4/cli/conf.d/100-b2in-upload-limits.ini:ro'
|
||||
networks:
|
||||
- sail
|
||||
depends_on:
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
[PHP]
|
||||
; Muss über Sail-Standard (99-sail.ini: 100M) liegen; siehe Display-Mediathek / Livewire-Uploads (~200 MB).
|
||||
upload_max_filesize = 210M
|
||||
post_max_size = 210M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue