mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-07-07 20:19:54 +02:00
Update 'Home'
parent
074c21a7a3
commit
3bfcb53222
1 changed files with 10 additions and 1 deletions
11
Home.md
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue