mirror of
https://github.com/wallabag/docker.git
synced 2025-12-24 04:37:38 +01:00
dependency upgrades
* use LTS version of composer * use a maintained version of alpine * upgrade php to 8.4 (because 8.1 was dropped from alpine and it's almost EOL)
This commit is contained in:
@ -28,7 +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
|
||||
envsubst < /etc/wallabag/php-wallabag.template.ini > /etc/php84/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