Skip to content

Instantly share code, notes, and snippets.

View sk3lk0's full-sized avatar

name name sk3lk0

View GitHub Profile
@sk3lk0
sk3lk0 / docker_wordpress.md
Last active November 22, 2022 20:01 — 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