docs: update warnings in environment variable documentation to clarify APP_PORT usage

This commit is contained in:
Sergey Kutovoy
2025-03-18 22:43:05 +05:00
parent 06d790ce33
commit c4b447048f
2 changed files with 4 additions and 2 deletions

View File

@@ -53,7 +53,8 @@ APP_PORT=2222
SSL_CERT=CERT_FROM_MAIN_PANEL
```
:::caution
:::warning
Do not use port 61001 as APP_PORT - it is a service port!
Ensure that APP_PORT is only accessible from your panel IP!
:::