From 38e06b9bec6d54c1d7eafb35e867c7bffb73c229 Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Wed, 14 May 2025 21:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=20Updated=20Docker=20Run=20Command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ec89473..34b9af8 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,16 @@ CheckCle is an Open Source solution for seamless, real-time monitoring of full-s ## #️⃣ Getting Started ### Installation with Docker Compose -1. Clone the repository and run +1. Copy ready docker run command ```bash -#Clone the repository +# Create Docker Volume for data persistence -git clone https://github.com/operacle/checkcle.git -cd checkcle +docker volume create pb_data -# Run docker compose -docker compose up -d +# Docker Run Command + +docker run --name checkcle --restart unless-stopped -p 8090:8090 -v pb_data:/app/pb_data --ulimit nofile=4096:8192 operacle/checkcle:latest ``` 2. Docker Compose - Recommended