Dockerized wordpress on mysql 5.7
The default port is 8000 but you can change it in the
.env
file
Make sure the owner and group of the
src
folder iswww-data
docker-compose up -d
docker-compose down
Database data is saved in the
database/data
folder