Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 237 Bytes

File metadata and controls

8 lines (6 loc) · 237 Bytes

Docker with wordpress

Simple start with wordpress for my wife :) Just run docker-compose up and voila!

If you run more than one wordpress, remember to change ports to different for example

  • for db: 3306:3307
  • for wordpress: 80:8001