Guest User

Untitled

a guest
Dec 7th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. services:
  2. db:
  3. image: mysql
  4. enviroment:
  5. MYSQL_RANDOM_ROOT_PASSWORD: 1
  6. MYSQL_DATABASE: test
  7. MYSQL_USER: test
  8. MYSQL_PASSWORD: test
  9.  
  10. services:
  11. db:
  12. image: mysql:5.7
Add Comment
Please, Sign In to add comment