Skip to content

Instantly share code, notes, and snippets.

@marliotto
Created July 11, 2017 11:39
Show Gist options
  • Save marliotto/86fb47c9bdf7449fdc32001ef5b70aab to your computer and use it in GitHub Desktop.
Save marliotto/86fb47c9bdf7449fdc32001ef5b70aab to your computer and use it in GitHub Desktop.
version: '3.1'
services:
wordpress:
image: wordpress
ports:
- 8080:80
environment:
WORDPRESS_DB_PASSWORD: example
mysql:
image: mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment