leChatDeCheshire

Untitled

Nov 19th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. version: '3.1'
  2.  
  3. services:
  4.  
  5. db:
  6. image: mysql
  7. restart: always
  8. environment:
  9. MYSQL_ROOT_PASSWORD: example
  10. CLUSTER_NAME: galera
  11. XTRABACKUP_PASSWORD: exemple
  12.  
  13. adminer:
  14. image: adminer
  15. restart: always
  16. ports:
  17. - 8080:8080
Add Comment
Please, Sign In to add comment