docker compose intro tutorial full application stacks 2/2

Published: 23 December 2021
on channel: Coders Field
32
2

docker-compose: A great devops tool. Lets you combine multiple containers into a set, mount volumes, forward ports, set env vars, container labels and much more using a docker-compose.yml file.

Notes:
https://docs.docker.com/compose/compo...

docker-compose up -d
docker-compose ps
docker cp docker_web_1:/etc/nginx/conf.d/default.conf docker/nginx/conf.d


#correct the PHP section of default.conf with this:
location ~ \.php$ {
root /usr/share/nginx/html;
fastcgi_pass php:9000;
fastcgi_index index.php;
include fastcgi.conf;
}


Share, Support, Subscribe!!!
E-mail: codersfield@gmail.com
Twitter:   / codersfield  
Facebook:   / codersfield7  
Instagram:   / codersfield  
LinkedIn :   / 13372810  
Google Plus: https://plus.google.com/u/0/103417976...

About: Coders Field is a YouTube Channel, where you will find Information Technology related videos, New Video is Posted Everyday Sunday :)


On this page of the site you can watch the video online docker compose intro tutorial full application stacks 2/2 with a duration of hours minute second in good quality, which was uploaded by the user Coders Field 23 December 2021, share the link with friends and acquaintances, this video has already been watched 32 times on youtube and it was liked by 2 viewers. Enjoy your viewing!