Skip to content

Instantly share code, notes, and snippets.

@cardmagic
Last active August 29, 2015 14:06
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 cardmagic/2e1001ba9f4de81716f9 to your computer and use it in GitHub Desktop.
Save cardmagic/2e1001ba9f4de81716f9 to your computer and use it in GitHub Desktop.
ambassador:
image: ctlc/ambassador
ports:
- 3306:3306
links:
- db
db:
image: ctlc/mysql
ports:
- 3306 volumes:
- /mysql:/var/lib/mysql
environment:
MYSQL_DATABASE: wordpress
MYSQL_ROOT_PASSWORD: qa1N76pWAri9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment