📜 Updated Docker Run Command

This commit is contained in:
Tola Leng
2025-05-14 21:05:04 +08:00
parent 9f2ab1a79b
commit 38e06b9bec
+6 -6
View File
@@ -25,16 +25,16 @@ CheckCle is an Open Source solution for seamless, real-time monitoring of full-s
## #️⃣ Getting Started ## #️⃣ Getting Started
### Installation with Docker Compose ### Installation with Docker Compose
1. Clone the repository and run 1. Copy ready docker run command
```bash ```bash
#Clone the repository # Create Docker Volume for data persistence
git clone https://github.com/operacle/checkcle.git docker volume create pb_data
cd checkcle
# 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 2. Docker Compose - Recommended