mirror of
https://github.com/wallabag/docker.git
synced 2026-01-04 18:07:37 +01:00
Add support of PHP memory limit in variables
Supersedes #374 Fixes #124 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@ -28,6 +28,7 @@ provisioner() {
|
||||
|
||||
# Replace environment variables
|
||||
envsubst < /etc/wallabag/parameters.template.yml > app/config/parameters.yml
|
||||
envsubst < /etc/wallabag/php-wallabag.template.ini > /etc/php81/conf.d/50_wallabag.ini
|
||||
|
||||
# Wait for external database
|
||||
if [ "$SYMFONY__ENV__DATABASE_DRIVER" = "pdo_mysql" ] || [ "$SYMFONY__ENV__DATABASE_DRIVER" = "pdo_pgsql" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user