What is a docker-compose.yml file?
A docker-compose.yml is a config file for docker-compose.
it allows to deploy, combine and configure multiple docker-container at the same time. the Docker "rule" is to outsource every single process to an own docker container.
for example a simple w...
khangnhd.hashnode.dev2 min read