mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 16:29:52 +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
|
@ -8,6 +8,7 @@ RUN apk add --no-cache php7 php7-fpm \
|
|||
git postgresql-client dcron sudo
|
||||
|
||||
ADD startup.sh /
|
||||
ADD index.php /
|
||||
ADD scripts/update /etc/periodic/15min/
|
||||
|
||||
RUN sed -i.bak 's/^listen = 127.0.0.1:9000/listen = 9000/' /etc/php7/php-fpm.d/www.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue