mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 11:39:53 +02:00
move container-related files outside of /
This commit is contained in:
parent
0c948d8089
commit
7529767f49
5 changed files with 17 additions and 16 deletions
|
@ -168,7 +168,7 @@
|
|||
// if necessary (after migrating all new options from this file).
|
||||
|
||||
// vim:ft=php
|
||||
$snippets = glob("/opt/tt-rss/config.d/*.php");
|
||||
$snippets = glob(getenv("SCRIPT_ROOT")."/config.d/*.php");
|
||||
|
||||
foreach ($snippets as $snippet) {
|
||||
require_once $snippet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue