Skip to content

Multi docker container built for PHP, MariaDB and WordPress and configured on same network

Notifications You must be signed in to change notification settings

navneil-naicker/wordpress-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Place the file docker-compose.yaml in directory and run

docker compose -p MyWpProject up -d

The following will images will be downloaded (If not already available) and configured.

  1. Latest version of MariaDB
  2. Latest source code of WordPress
  3. Latest apache webserver

To stop all the containers for this project run the following command

docker compose -p MyWpProject down `

About

Multi docker container built for PHP, MariaDB and WordPress and configured on same network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published