Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. web:
  2. image: tutum/apache-php
  3. ports:
  4. - "80:80"
  5. links:
  6. - db
  7. volumes:
  8. - $PWD:/app
  9. db:
  10. image: mysql
  11. environment:
  12. MYSQL_ROOT_PASSWORD: wordpress
  13. MYSQL_DATABASE: wordpress
  14. MYSQL_USER: wordpress
  15. MYSQL_password: wordpress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement