Redis – If I am using docker-compose.yml why would I still need a Dockerfile – an if so, how many?
Let's say I have a docker-compose.yml like further below. When I fire up docker-compose up it works. I am wondering of what use the Dockerfile could possibly be. The reason why I am asking is this section of the documenation:…