DEV Community

Discussion on: Docker isn't as difficult as I thought it was

Collapse
 
schmitzel76 profile image
Patrick Schmitz

You don't need to build your own version of the nginx container to just add a configuration file. Just use configs in your docker-compose.yml

Collapse
 
roelofjanelsinga profile image
Roelof Jan Elsinga

You're right! I've only included it as an example as that's what I was working on at the time of writing this post (March 16th, 2018). But yes, you're completely correct on this, thanks for pointing this out!