Pass env variable DATABASE_URL to php-fpm (Docker)

This commit is contained in:
Frederic Guillot 2016-02-27 22:29:46 -05:00
parent e05ef0fc44
commit 3c5bbfbffc
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ log_level = error
daemonize = no
[www]
env[DATABASE_URL] = $DATABASE_URL
user = nginx
group = nginx
listen.owner = nginx