mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-12 17:36:02 +00:00
D'oh^2
This commit is contained in:
@@ -10,7 +10,7 @@ $conffile = $confpath . 'config.php';
|
||||
$ename = 'DB';
|
||||
$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
|
||||
if (!env($ename . '_PORT', '')) {
|
||||
|
||||
Reference in New Issue
Block a user