1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-07 20:19:54 +02:00

Update 'Home'

fox 2021-03-08 19:29:56 +03:00
parent 074c21a7a3
commit 3bfcb53222

11
Home.md

@ -104,7 +104,16 @@ services:
- .env
```
Then open `html/tt-rss` in your source code editor of choice.
Then open `html/tt-rss` in your source code editor of choice. You can enable PHP debugging using `.env`:
```
TTRSS_XDEBUG_ENABLED=yes
#TTRSS_XDEBUG_HOST=
# defaults to host IP
#TTRSS_XDEBUG_PORT=9000
```
### I'm running into 502 errors and/or other connectivity issues