$ 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?
Custom Log, 2022-12-23 17:41:
$ 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?
There is no "original" value for that. This variable is usually not set.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 349 |
Nodes: | 16 (0 / 16) |
Uptime: | 150:33:10 |
Calls: | 7,615 |
Calls today: | 3 |
Files: | 12,792 |
Messages: | 5,685,304 |
Posted today: | 2 |