Improved docker compose configuration
This commit is contained in:
+4
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user