Improved docker compose configuration

This commit is contained in:
Tola Leng
2025-07-03 19:50:12 +07:00
parent dc9e8b981a
commit f80b2c8a51
+4 -2
View File
@@ -5,9 +5,11 @@ services:
container_name: checkcle container_name: checkcle
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8090:8090" # Web Application - "8090:8090" # Map ports for external access, if local only "127.0.0.1:8090:8090"
volumes: volumes:
- /opt/pb_data:/mnt/pb_data # Host directory mapped to container path - /opt/pb_data:/mnt/pb_data # Mount persistent data
# Optional: set user limits
ulimits: ulimits:
nofile: nofile:
soft: 4096 soft: 4096