docker compose intro tutorial full application stacks 2/2

Pubblicato il: 23 dicembre 2021
sul canale di: 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 :)


In questa pagina del sito puoi guardare il video online docker compose intro tutorial full application stacks 2/2 della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Coders Field 23 dicembre 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 32 volte e gli è piaciuto 2 spettatori. Buona visione!