feat(cli-tools): update default local endpoint port to 20128

This commit is contained in:
Diego Souza
2026-02-06 18:58:09 +00:00
parent ff2ba87161
commit 6c41573203
4 changed files with 4 additions and 4 deletions

View File

@@ -564,7 +564,7 @@ pm2 startup
```bash
docker build -t 9router .
docker run -d \
-p 3000:3000 \
-p 20128:20128 \
-e JWT_SECRET="your-secure-secret" \
-e INITIAL_PASSWORD="your-password" \
-v 9router-data:/app/data \