docker compose intro tutorial full application stacks 2/2

Publicado el: 23 diciembre 2021
en el canal de: 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 :)


En esta página del sitio puede ver el video en línea docker compose intro tutorial full application stacks 2/2 de Duración hora minuto segunda en buena calidad , que subió el usuario Coders Field 23 diciembre 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 32 veces y le gustó 2 a los espectadores. Disfruta viendo!