Merge pull request #8 from zdunecki/fix/docs-setup

fix(docs-setup): ./deploy.sh -> python ./scripts/deploy.py
This commit is contained in:
Kohaku-Blueleaf
2026-02-03 20:49:01 +08:00
committed by GitHub

View File

@@ -403,7 +403,7 @@ npm install --prefix ./src/kohaku-hub-admin
# Start with Docker
cp docker-compose.example.yml docker-compose.yml
# IMPORTANT: Edit docker-compose.yml to change default passwords and secrets
./deploy.sh
python ./scripts/deploy.py
```
**Access:** http://localhost:28080