mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-16 01:06:59 +08:00
Update README.md (#1087)
This commit is contained in:
12
README.md
12
README.md
@@ -289,8 +289,8 @@ nano config.json # or use any editor
|
|||||||
#### Step 2: One-Click Start
|
#### Step 2: One-Click Start
|
||||||
```bash
|
```bash
|
||||||
# Option 1: Use convenience script (Recommended)
|
# Option 1: Use convenience script (Recommended)
|
||||||
chmod +x scripts/start.sh
|
chmod +x ./start.sh
|
||||||
./scripts/start.sh start --build
|
./start.sh start --build
|
||||||
|
|
||||||
> #### Docker Compose Version Notes
|
> #### Docker Compose Version Notes
|
||||||
>
|
>
|
||||||
@@ -315,10 +315,10 @@ Open your browser and visit: **http://localhost:3000**
|
|||||||
|
|
||||||
#### Manage Your System
|
#### Manage Your System
|
||||||
```bash
|
```bash
|
||||||
./scripts/start.sh logs # View logs
|
./start.sh logs # View logs
|
||||||
./scripts/start.sh status # Check status
|
./start.sh status # Check status
|
||||||
./scripts/start.sh stop # Stop services
|
./start.sh stop # Stop services
|
||||||
./scripts/start.sh restart # Restart services
|
./start.sh restart # Restart services
|
||||||
```
|
```
|
||||||
|
|
||||||
**📖 For detailed Docker deployment guide, troubleshooting, and advanced configuration:**
|
**📖 For detailed Docker deployment guide, troubleshooting, and advanced configuration:**
|
||||||
|
|||||||
Reference in New Issue
Block a user