Skip to content

Instantly share code, notes, and snippets.

View matefs's full-sized avatar
💭
Let's chat on LinkedIn

Mateus Schverz matefs

💭
Let's chat on LinkedIn
View GitHub Profile
@matefs
matefs / docker_wordpress.md
Created July 31, 2024 12:31 — forked from bradtraversy/docker_wordpress.md
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