Merge pull request #871 from donaldzou/v4.3-dev

Handle backup folder error
This commit is contained in:
Donald Zou
2025-09-11 10:39:13 +08:00
committed by GitHub
5 changed files with 31 additions and 30 deletions

View File

@@ -122,7 +122,7 @@ Examples:
To build from source:
```bash
git clone https://github.com/donaldzou/WGDashboard.git
git clone https://github.com/WGDashboard/WGDashboard.git
cd WGDashboard
docker build . -f docker/Dockerfile -t yourname/wgdashboard:latest
```