Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. web:
  2. image: wordpress
  3. links:
  4. - mysql
  5. environment:
  6. - WORDPRESS_DB_PASSWORD=password
  7. ports:
  8. - "127.0.0.3:80:80"
  9. working_dir: /var/www/html
  10. volumes:
  11. - ./wordpress/wp-content:/var/www/html/wp-content
  12. - ./uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
  13. mysql:
  14. image: mysql:5.7
  15. environment:
  16. - MYSQL_ROOT_PASSWORD=password
  17. - MYSQL_DATABASE=wordpress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement