Installing WordPress with MySQL/MariaDB and PHPMyAdmin on a Docker Container in 10 minutes (2020)

preview_player
Показать описание
00:00 - Introduction
01:00 - MariaDB
04:38 - WordPress (Apache)
08:02 - PHPMyAdmin

Learn how to containerize a WordPress installation along with MariaDB and PHPMyAdmin on a docker container all in less than 10 minutes.

#wordpress #docker #phpmyadmin #mysql #mariadb
Рекомендации по теме
Комментарии
Автор

wow FANTASTIC!!! you have earned my subscription and infinite likes!

ojoshh
Автор

Hello! I'm using wordpress and mysql in Docker which is installed on an ubuntu 16.01 LTS minimal OS on f1-micro instance on google cloud platform.

I want to add PHPmyadmin to the existing docker container so that I can access the database without any hastle. Any idea or suggestions on how to do it?

shivakumarpanaganti
Автор

hello can you suggest me some docker projects where we can use in real world cases or in infrastructure...

ashutoshpandey
Автор

I followed all steps start to finish and everything appears to work great. But, for some reason docker ps does not show phpmyadmin listening on any ports. The .yml does have ports: ['12000:80'] like your guide. Suggestions?
Edit: see that it stills shows "restarting (1)" for the last half hour. Tried docker-compose down / up -d a few times same result. Going to guess platform issue (doing this on RPi).

CliffR
Автор

Good explanation. Thank you very much!
Would you recommend to run this on production? and how would you handle the backups if on production?

shabrany
Автор

Great tutorial. One question... why you dont map a current directory folder to the db_data so the project folder can be moved to another machine easily (dev, tests...etc...)? Is there other way to do this?

adilazmy
Автор

Hi there,

I deployed the same Yml file to Azure web app. The app works fine but it loads only WordPress. How to access PhpMyadmin??

PremKumar-ipeo
Автор

Man please help, I did exactly the same like you, but I’ve got an error “error establishing a database connection” and nothing helps

nvar
Автор

Apakah ada github untuk souce code nya

YoYo-vrzl
Автор

And also how to add openlitespeed web server(as it delivers highest speeds with LS cache plugin). ♥️♥️

shivakumarpanaganti