Regain full control over your digital workspace with a comprehensive, self-hosted content collaboration platform. It is a powerful open-source alternative to major cloud suites, designed to keep your data completely private and prevent leaks to third parties. The platform is fully customizable and scales from small teams to millions of users.
The integrated hub combines essential productivity tools into a single interface, optimizing your team's workflow:
services:
nextcloud-aio-mastercontainer:
image: nextcloud/all-in-one:latest
init: true
restart: always
container_name: nextcloud-aio-mastercontainer
ports:
- 80:80
- 8080:8080
- 8443:8443
environment:
- NEXTCLOUD_AIO_PASSWORD=${NEXTCLOUD_AIO_PASSWORD}
volumes:
- ./nextcloud_aio_mastercontainer:/mnt/docker-aio-config
- /var/run/docker.sock:/var/run/docker.sock:roNEXTCLOUD_AIO_PASSWORD=your_super_secret_passwordAuto-fetched 15 minutes ago
Auto-fetched 15 minutes ago