forked from wallabag/wallabag
Update docker-compose and Dockerfile for dev env
This change should ease the spawn of a development environment. It can be used as a vscode devcontainer. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
10
docker/php/config/wallabag-php.ini
Normal file
10
docker/php/config/wallabag-php.ini
Normal file
@ -0,0 +1,10 @@
|
||||
memory_limit = ${PHP_MEMORY_LIMIT:-512M}
|
||||
|
||||
max_execution_time = ${PHP_MAX_EXECUTION_TIME:-60}
|
||||
|
||||
date.time = ${PHP_TIMEZONE:-Europe/Paris}
|
||||
|
||||
session.save_handler = ${PHP_SESSION_HANDLER:-files}
|
||||
session.save_path = "${PHP_SESSION_SAVE_PATH:-}"
|
||||
|
||||
upload_max_filesize = 10M
|
||||
Reference in New Issue
Block a user