Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.4 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.4 KB

Docker with wordpress

Language

Requirements

Indice

Environment-variables

Rename file .envExample to .env, you can modify it

Docker-compose

Run in this same directory as docker-compose.yml

docker-compose --env-file .env up -d

Verify by terminal

docker ps

Check with browser

Check your mysql by terminal, write you root password, with this example would be admin

docker exec -it my_mysql mysql -uroot -p

Reference

Docker Docs

Images

Other