Process Flow - Volume mounting for configs
Create config file on host
Define volume mount in container
Start nginx container
Container reads config from mounted volume
nginx uses custom config
Container serves with new config
This flow shows how a config file on your computer is linked into the nginx container so nginx uses your custom settings.