Skip to content

✨ Use docker with wordpress for optimization in deploy

Notifications You must be signed in to change notification settings

senixcode/docker-with-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

✨ Use docker with wordpress for optimization in deploy

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published