diff options
-rw-r--r-- | .docker/php/php-fpm.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.docker/php/php-fpm.conf b/.docker/php/php-fpm.conf index 9e7ccd9c..0e5eab21 100644 --- a/.docker/php/php-fpm.conf +++ b/.docker/php/php-fpm.conf @@ -4,6 +4,7 @@ log_level = error daemonize = no [www] +env[DATABASE_URL] = $DATABASE_URL user = nginx group = nginx listen.owner = nginx |