Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/container.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSameer Naik <sameer@damagehead.com>2016-01-03 11:44:06 +0300
committerSameer Naik <sameer@damagehead.com>2016-01-03 11:44:06 +0300
commitc21bfe679d0d6dbe55ecec71930376b3e3511f18 (patch)
treef8b2374458d996c0a84bfb247622cd08ea09f002 /docker-compose.yml
parent382877961012425b85af4c88b95c8907327d7657 (diff)
docker-compose: added `INVOICEPLANE_PHP_FPM_` config placeholders
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 956beda..5fa52d4 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -33,6 +33,9 @@ owncloud:
nginx:
image: sameersbn/owncloud:8.2.2
command: app:nginx
+ environment:
+ - INVOICEPLANE_PHP_FPM_HOST=
+ - INVOICEPLANE_PHP_FPM_PORT=
links:
- owncloud:php-fpm
ports: