mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 23:29:53 +02:00
add index.php redirecting to /tt-rss/
This commit is contained in:
parent
5896b15359
commit
ec05907c94
3 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,8 @@ SRC_REPO=https://git.tt-rss.org/fox/tt-rss.git
|
|||
|
||||
export PGPASSWORD=$DB_PASS
|
||||
|
||||
[ ! -e /var/www/html/index.php ] && cp /index.php /var/www/html
|
||||
|
||||
PSQL="psql -q -h $DB_HOST -U $DB_USER $DB_NAME"
|
||||
|
||||
if [ ! -d $DST_DIR ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue