db-backup-tool/README.md

10 lines
165 B
Markdown
Raw Permalink Normal View History

2024-05-13 02:19:53 +07:00
# DB Backup Tool
Web-based Database Backup Tool
## Install
```bash
~$ docker run --name db-backup -p 3000:3000 -v ./storage:/app/storage khairul169/db-backup
```