Guest User

Untitled

a guest
Dec 7th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. version: '3'
  2.  
  3. volumes:
  4. nextcloud:
  5.  
  6. services:
  7. app:
  8. image: nextcloud
  9. ports:
  10. - 80:80
  11. environment:
  12. - SQLITE_DATABASE=cloud
  13. - NEXTCLOUD_ADMIN_USER=pirate
  14. - NEXTCLOUD_ADMIN_PASSWORD=hypriot
  15. volumes:
  16. - nextcloud:/var/www/html
  17. - /var/cloud/data:/var/www/html/data
  18. restart: always
Add Comment
Please, Sign In to add comment