Use PORT instead of UPAAS_PORT for listen port

This commit is contained in:
2025-12-29 16:15:05 +07:00
parent 0f2df60c58
commit 219a561473
4 changed files with 5 additions and 4 deletions

View File

@@ -156,7 +156,7 @@ Environment variables:
| Variable | Description | Default |
|----------|-------------|---------|
| `UPAAS_PORT` | HTTP listen port | 8080 |
| `PORT` | HTTP listen port | 8080 |
| `UPAAS_DATA_DIR` | Data directory for SQLite and keys | ./data |
| `UPAAS_DOCKER_HOST` | Docker socket path | unix:///var/run/docker.sock |
| `DEBUG` | Enable debug logging | false |