docs: narrow local deployment guidance

This commit is contained in:
JW 2026-03-27 13:43:42 +08:00
parent f5348133cd
commit 49f28bd30e
5 changed files with 6 additions and 82 deletions

View file

@ -60,7 +60,6 @@ Any missing converter? Open an issue or pull request!
For repository-specific local usage and upgrade workflow, see:
- [`docs/local-deploy.md`](docs/local-deploy.md)
- [`UPGRADE.md`](UPGRADE.md)
```yml
# docker-compose.yml
@ -84,6 +83,8 @@ or
docker run -p 3000:3000 -v ./data:/app/data ghcr.io/c4illin/convertx
```
Then visit `http://localhost:3000` in your browser and create your account. Don't leave it unconfigured and open, as anyone can register the first account.
If you get unable to open database file run `chown -R $USER:$USER path` on the path you choose.
### Environment variables