[docker-compose] append directory to PHP_INI_SCAN_DIR environment variable

Custom Log <[email protected]>
Newsgroups comp.lang.php
Organization Aioe.org NNTP Server
Message-ID <[email protected]>
$ cat docker-compose.yml
services:
     web:
         image: php:apache
         environment:
             - PHP_INI_SCAN_DIR=$HOME/etc/php:$ORIGINAL

$ docker-compose up -d
WARNING: The ORIGINAL variable is not set. Defaulting to a blank string.

How do I recover the original (current) $PHP_INI_SCAN_DIR?
In other words, instead of $ORIGINAL what should I place?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.