Skip to content

Instantly share code, notes, and snippets.

View AbmSourav's full-sized avatar
💥
Growing

Keramot UL Islam AbmSourav

💥
Growing
View GitHub Profile
@bradtraversy
bradtraversy / docker_wordpress.md
Last active April 25, 2024 15:18
Docker Compose FIle For Wordpress, MySQL & phpmyadmin

Wordpress & Docker

This file will setup Wordpress, MySQL & PHPMyAdmin with a single command. Add the code below to a file called "docker-compose.yaml" and run the command

$ docker-compose up -d

# To Tear Down
$ docker-compose down --volumes