Docker

Build and Start

Using the repo vinnyfs89/docker-wordpress as reference. Execute the command below to get your Wordpress application working.

docker-compose up --build --force-recreate -d
docker-compose logs -f

The application will use 2 services to handle containers. The first to turn on database and second to application.

Last updated