Skip to content

shreedharrv/docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Deploying Wordpress with Mysql using docker compose

Pre-requisites:

  1. Ubuntu machine

  2. Docker installed into it (sudo apt install docker.io)

Steps:

  1. Create a folder and get into it

• mkdir <folder_name>

• cd <folder_name>

  1. Create a yaml file

• sudo nano docker-compose.yml

  1. Build the docker compose file:

• sudo docker-compose up -d

  1. Ensure the containers are running:

• sudo docker ps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published