Skip to content

Instantly share code, notes, and snippets.

@marcwickenden
Created February 2, 2017 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcwickenden/dca9fec113846ff1a201e18d637180df to your computer and use it in GitHub Desktop.
Save marcwickenden/dca9fec113846ff1a201e18d637180df to your computer and use it in GitHub Desktop.
version: '2'
services:
wordpress:
image: wordpress:4.7.1
ports:
- 8080:80
environment:
WORDPRESS_DB_PASSWORD: example
mysql:
image: mariadb
environment:
MYSQL_ROOT_PASSWORD: example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment