Skip to content

Instantly share code, notes, and snippets.

@researchranks
Created August 15, 2016 19:15
Show Gist options
  • Save researchranks/76a1345eb9a6aded9844c2a517169b6c to your computer and use it in GitHub Desktop.
Save researchranks/76a1345eb9a6aded9844c2a517169b6c to your computer and use it in GitHub Desktop.
docker-compose (tutum/wordpress:latest)
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