Last active
April 11, 2016 14:31
-
-
Save ftes/131967909ba8817968caab104f4a96b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql: | |
image: 'mariadb:latest' | |
environment: | |
- MYSQL_ROOT_PASSWORD=<pw> | |
wordpress: | |
image: 'wordpress:latest' | |
environment: | |
- [email protected] | |
- 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