A developer shares how they replaced nginx with CommandBox in their local ColdFusion Docker development environment. The nginx container was previously needed for URL rewriting (SES URLs) and self-signed SSL certificates. CommandBox's Docker image now handles both via its server.json configuration file, collapsing two Docker services into one. The post also covers pre-baking the Adobe ColdFusion 2025 engine into the Docker image using the FINALIZE_STARTUP flag to avoid slow re-downloads on every container start.

6m read timeFrom bennadel.com
Post cover image
Table of contents
What I Was Doing With nginxWhat I'm Doing Now With CommandBoxPre-Baking Adobe ColdFusion 2025 Into My CFML ImageReader Comments

Sort: