mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-13 09:56:02 +00:00
D'oh^2
This commit is contained in:
@@ -10,7 +10,7 @@ $conffile = $confpath . 'config.php';
|
|||||||
$ename = 'DB';
|
$ename = 'DB';
|
||||||
$eport = 5432;
|
$eport = 5432;
|
||||||
|
|
||||||
echo 'Configuring database for: ' $conffile . PHP_EOL;
|
echo 'Configuring database for: ' . $conffile . PHP_EOL;
|
||||||
|
|
||||||
// check DB_NAME, which will be set automatically for a linked "db" container
|
// check DB_NAME, which will be set automatically for a linked "db" container
|
||||||
if (!env($ename . '_PORT', '')) {
|
if (!env($ename . '_PORT', '')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user