From a19ad5b5dc0596006ac58d657046278aff298a56 Mon Sep 17 00:00:00 2001 From: Ramin Moradi <87474210+moonshadowrev@users.noreply.github.com> Date: Sun, 20 Jul 2025 20:42:52 +0300 Subject: [PATCH] [Update] README-Docker.md --- README-Docker.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README-Docker.md b/README-Docker.md index a94b306..814e75c 100644 --- a/README-Docker.md +++ b/README-Docker.md @@ -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! 📊💰** \ No newline at end of file +**Happy accounting! 📊💰**