Guest User

Untitled

a guest
Dec 3rd, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ## Install DB and Adminer :
  2.  
  3. ```
  4. docker-compose up
  5. ```
  6. ## Connection
  7.  
  8. ### Go to localhost:8080
  9.  
  10. Credentials :
  11. ```
  12. System : MySQL
  13. Server : db
  14. Username : root
  15. Password : example
  16. Database : (keep it empty)
  17. ```
Add Comment
Please, Sign In to add comment