From e4f1480453a86401f93ed97878c270628fe4d2b7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 8 Apr 2025 14:09:15 +0300 Subject: cleanup environment variables related to global configuration after instantiating config object --- .docker/app/startup.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to '.docker') diff --git a/.docker/app/startup.sh b/.docker/app/startup.sh index cf93b7413..6113cf424 100644 --- a/.docker/app/startup.sh +++ b/.docker/app/startup.sh @@ -156,6 +156,8 @@ find ${SCRIPT_ROOT}/sql/post-init.d/ -type f -name '*.sql' | while read F; do $PSQL -f $F done +unset PGPASSWORD + touch $DST_DIR/.app_is_ready exec /usr/sbin/php-fpm${PHP_SUFFIX} --nodaemonize --force-stderr -- cgit v1.2.3-54-g00ecf