Install MySQL And WordPress With Docker Compose YML
Автор: TechsBucket
Загружено: 2021-10-24
Просмотров: 651
In this video, we are going to look at the Docker Compose YML file. We will see how can we create a YML file, versioning. We will mention MySQL and WordPress code in the docker-compose.yml file and install both the containers using this file.
****Docker-Compose YML File Code****
----------------------------------------------------------------------------------------------------------------------
version: '3' #Version of yml file
services:
db:
image: mysql:5.7
volumes:
db_data:/var/lib/mysql
restart: always
environment:
MYSQL_ROOT_PASSWORD: Passw0rd
MYSQL_DATABASE: wordpress
MYSQL_USER: wordpress
MYSQL_PASSWORD: wordpress
wordpress:
depends_on:
db
image: wordpress:latest
ports:
"8080:80"
restart: always
environment:
WORDPRESS_DB_HOST: db:3306
WORDPRESS_DB_USER: wordpress
WORDPRESS_DB_PASSWORD: wordpress
volumes:
db_data:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Background music credits: https://www.bensound.com/
💥Visit My Website to copy all commands💥
https://techsbucket.com
💥Download Android Apps APK💥
https://tomatonext.com
💥💥💥Hire Me On Fiverr💥💥💥
https://www.fiverr.com/share/80j5zr
💥💥💥Must Watch Videos💥💥💥
How to Install OpenSSL / Enable Https on Ubuntu 18.04 - 20.04
• How to Install OpenSSL / Enable Https on U...
How to Track Memory Leak and create Dump
• How to track memory leaks and create dump
Convert website to android app
• Convert Any Website to Android App using A...
How to install Webmin on Ubuntu
• How to install Webmin on Ubuntu 18.04 - 20.04
How to install WordPress in Subfolder
• How to install WordPress in Subdirectory
How to install MacOS in VMWare Workstation Step By Step
• How to install MacOS in VMWare Workstation...
How to Install Zabbix Monitoring Tool On CentOS
• Install and Configure Zabbix 5.2 On CentOS...
How to Install Interspire on Ubuntu 18.04
• How to Install Interspire Email Marker On ...
How to Install WordPress on CentOS 8
• How to Install WordPress On CentOS 8 : Ste...
How to Install phpMyAdmin on CentOS 8
• How to Install phpMyAdmin on CentOS 8 : St...
How to install MacOS on VMWare Workstation Pro
• How to install MacOS in VMWare Workstation...
How to Install osTicket in CentOS
• How to install osTicket in CentOS 8 Step B...
How to install Mailwizz Application on CentOS
• Install and configure Mailwizz on CentOS 7...
How to install and configure OpenDKIM
• How to Install and integrate DKIM with Ope...
Follow Me On Social Media
/ techsbucket
/ techsbucket
/ techsbucket
** Disclaimer : Original © TechsBucket Content, Presented here for Information Only ** Any Duplication, Download, Upload of This Video is Strictly Not Allowed. Any Person or Channel Found With the Same Video or Content, Will Face, Immediate Copyright Strike.

Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: