wordpress app containerised in docker
chmod +x RUN-FIRST.bash
- run
bash RUN-FIRST.bash
- run docker command
docker volume create db_data
to create a volume to be mounted by the mysql db for persistent db storage - then run
docker-compose up -d
to deploy container cluster - your wordpress website should be accessible on http://localhost, setup your website title and user accounts
happy wordpress deployment!