summaryrefslogtreecommitdiff
path: root/.docker/php/php-fpm.conf
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-27 22:29:46 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-27 22:29:46 -0500
commit3c5bbfbffcf585bc06ebf101a16035685f6a22cd (patch)
tree99ebe3681398296764b0ee372454927bb981f7d8 /.docker/php/php-fpm.conf
parente05ef0fc44840142efd99e2c818e9669696ae57b (diff)
Pass env variable DATABASE_URL to php-fpm (Docker)
Diffstat (limited to '.docker/php/php-fpm.conf')
-rw-r--r--.docker/php/php-fpm.conf1
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