07-05-2026

This commit is contained in:
Kevin Adametz 2026-05-07 13:03:01 +00:00
parent 3f3a81a21c
commit 18ca2ce858
11 changed files with 40 additions and 12 deletions

View file

@ -51,5 +51,8 @@
"label": "Vite Dev Server (Web)",
"onAutoForward": "notify"
}
}
},
"runArgs": [
"--network=host"
]
}

View file

@ -62,6 +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'
networks:
- sail
depends_on:

View file

@ -0,0 +1,2 @@
upload_max_filesize = 210M
post_max_size = 210M