Guest User

Untitled

a guest
Apr 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. app:
  2. image: nextcloud
  3. ports:
  4. - 80:80
  5. external_links:
  6. - mysql_MySQL_1:mysql
  7. volumes:
  8. - /etc/localtime:/etc/localtime:ro
  9. - nextcloud:/var/www/html
  10. restart: always
  11.  
  12. collabora:
  13. image: collabora/code
  14. ports:
  15. - 9980:9980
  16. environment:
  17. username: root
  18. password: this_is_a_password
  19. domain: pan.example.com
  20. cap_add:
  21. - MKNOD
Add Comment
Please, Sign In to add comment