A Debian-based multiarch nextcloud Docker image with:
- disabled access logs,
- additional packages for preview generation,
- PDlib for facerecognition
Supported platforms:
386 | amd64 | arm/v6 | arm/v7 | arm64 | ppc64le | s390x |
---|---|---|---|---|---|---|
✔️ | ✔️ | ✖️ | ✔️ | ✔️ | ✖️ | ✖️ |
The -core
images contain everything except PDlib packages.
Warning
The following command will spin up only a Nextcloud container.
For a usable setup, you would likely want to spin up additional containers for the database, caching, cron jobs etc.
See services/nextcloud for an example using docker compose
.
docker run -p 80:80 -it padhihomelab/nextcloud
Serves nextcloud on port 80.