Skip to content

Instantly share code, notes, and snippets.

@ftes
Last active April 11, 2016 14:31
Show Gist options
  • Save ftes/131967909ba8817968caab104f4a96b6 to your computer and use it in GitHub Desktop.
Save ftes/131967909ba8817968caab104f4a96b6 to your computer and use it in GitHub Desktop.
mysql:
image: 'mariadb:latest'
environment:
- MYSQL_ROOT_PASSWORD=<pw>
wordpress:
image: 'wordpress:latest'
environment:
- LETSENCRYPT_EMAIL=admin@url.com
- LETSENCRYPT_HOST=url.com
- VIRTUAL_HOST=url.com
expose:
- '80'
links:
- mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment