Created
August 15, 2016 19:15
-
-
Save researchranks/76a1345eb9a6aded9844c2a517169b6c to your computer and use it in GitHub Desktop.
docker-compose (tutum/wordpress:latest)
This file contains hidden or 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
custom_wordpress_app: | |
container_name: wp.dev | |
image: tutum/wordpress:latest | |
ports: | |
- '80:80' | |
volumes: | |
- ./dev/:/var/www/dev | |
- ./theme/twentyfifteen/:/var/www/html/wp-content/themes/twentyfifteen/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment