Since the folder contains multiple yml files, do we need to specify the two ymls we are using when running a docker pull? like this:
sudo docker-compose -f docker-compose.yml -f docker-compose.without-nginx.yml pull
Since the folder contains multiple yml files, do we need to specify the two ymls we are using when running a docker pull? like this:
sudo docker-compose -f docker-compose.yml -f docker-compose.without-nginx.yml pull