Commit 19a4f0

2025-08-05 23:53:38 MB Tech: -/-
docker compose files/checkcie.md ..
@@ 9,24 9,6 @@
- Automatic restart capability
- Optimized file handle limits for better performance
- ## Docker Compose Configuration
-
- ```yaml
- services:
- checkcle:
- image: operacle/checkcle:latest
- container_name: checkcle
- restart: unless-stopped
- ports:
- - "8090:8090" # Web Application
- volumes:
- - /opt/pb_data:/mnt/pb_data # Host directory mapped to container path
- ulimits:
- nofile:
- soft: 4096
- hard: 8192
- ```
-
## Usage
1. Save this configuration in a `docker-compose.yml` file
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9