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

set core.filemode false on local repos before pulling updates, bind to 127.0.0.1 only by default

This commit is contained in:
Andrew Dolgov 2019-12-09 07:17:59 +03:00
parent 0deb1d6736
commit 7e9addf1a3
2 changed files with 7 additions and 3 deletions

2
.env
View file

@ -5,4 +5,4 @@ OWNER_UID=1000
OWNER_GID=1000
HTTP_HOST=localhost
HTTP_PORT=8280
HTTP_PORT=127.0.0.1:8280