[Update] README-Docker.md

This commit is contained in:
Ramin Moradi
2025-07-20 20:42:52 +03:00
committed by GitHub
parent af6e20970e
commit a19ad5b5dc

View File

@@ -9,6 +9,7 @@ This guide provides comprehensive instructions for deploying PersonalAccounter u
- **🔧 Network Diagnostics**: `network-check.sh` tool for troubleshooting network issues
- **📊 Adminer Integration**: Lightweight database management interface
- **⚡ Auto-Permission Fixes**: Automatic log directory permission resolution
- **🔧 Auto Docker image build for each version release
## 🚀 Quick Start
@@ -26,6 +27,12 @@ Or using wget:
wget -qO- https://raw.githubusercontent.com/moonshadowrev/PersonalAccounter/main/setup.sh | bash
```
you can also check out docker built image as well
```bash
docker pull moonshadowrev/personalaccounter
```
This script will:
- Check and install Docker if needed
- Clone the repository
@@ -635,4 +642,4 @@ Password : 123456789
curl -fsSL https://raw.githubusercontent.com/moonshadowrev/PersonalAccounter/main/setup.sh | bash
```
**Happy accounting! 📊💰**
**Happy accounting! 📊💰**