mirror of
https://github.com/laoxong/nofx.git
synced 2026-06-04 09:58:22 +08:00
feat: increase default max users to 10 and add update reminder
- Change default MaxUsers from 5 to 10 in config - Add update reminder section in install.sh output - Add 'Keeping Updated' section in all README translations
This commit is contained in:
@@ -141,6 +141,16 @@ docker compose -f docker-compose.prod.yml down # Stop
|
||||
docker compose -f docker-compose.prod.yml pull && docker compose -f docker-compose.prod.yml up -d # Update
|
||||
```
|
||||
|
||||
### Keeping Updated
|
||||
|
||||
> **💡 Updates are frequent.** Run this command daily to stay current with the latest features and fixes:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/NoFxAiOS/nofx/main/install.sh | bash
|
||||
```
|
||||
|
||||
This one-liner pulls the latest official images and restarts services automatically.
|
||||
|
||||
### Manual Installation (For Developers)
|
||||
|
||||
#### Prerequisites
|
||||
|
||||
Reference in New Issue
Block a user