1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 14:19:52 +02:00

move container-related files outside of /

This commit is contained in:
Andrew Dolgov 2021-02-02 11:28:52 +03:00
parent 0c948d8089
commit 7529767f49
5 changed files with 17 additions and 16 deletions

View file

@ -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;