Your own cloud storage
Nextcloud is a suite of client-server software for creating and using file hosting services. It is enterprise-ready with comprehensive compliance, security, and privacy features. Think of it as your own private Dropbox or Google Drive — with calendar, contacts, office suite, and more.
File sync and share across devices
Built-in office suite (Nextcloud Office)
Calendar, contacts, and mail
End-to-end encryption
Video calls and chat (Nextcloud Talk)
App ecosystem with 200+ extensions
services:
nextcloud:
image: nextcloud:latest
container_name: nextcloud
ports:
- 8080:80
volumes:
- ./data:/var/www/html
restart: unless-stopped