Production-ready Nextcloud in one command. All-in-one with PostgreSQL, Redis.
3.8K
readystack/nextcloud:v34.0.1-CE-debian-bookworm-r1
A hardened, cosign-signed, offline-rebuildable build of github.com/nextcloud/server v34.0.1 (AGPL-3.0-or-later), built clean-room from official upstream source by ReadyStack.
cosign verify --key <(curl -fsSL https://readystack.dev/keys/cosign.pub) readystack/nextcloud:v34.0.1-CE-debian-bookworm-r1.docker pull readystack/nextcloud:v34.0.1-CE-debian-bookworm-r1
Single container (Apache + mod_php, one foreground process) running Nextcloud Server. SELF-CONTAINED: the default database is a self-managed EMBEDDED SQLite file under /var/www/html/data — the image IS the complete running instance, no external DB and no sidecar required. (Operators MAY instead point Nextcloud at an external MySQL/MariaDB or PostgreSQL for larger deployments, but the CE image ships SQLite-default.) NOT a multi-service cluster, NOT docker-compose/Kubernetes-only.
docker run -d --name nextcloud -p 8080:8080 -e NEXTCLOUD_ADMIN_USER=admin -e NEXTCLOUD_ADMIN_PASSWORD=YOUR_STRONG_PASSWORD -e NEXTCLOUD_TRUSTED_DOMAINS='localhost 127.0.0.1 cloud.example.com' -v nextcloud-data:/var/www/html/data -v nextcloud-config:/var/www/html/config readystack/nextcloud:v34.0.1-CE-debian-bookworm-r1 (or omit the admin env and complete the web setup wizard on first visit)
The complete --network=none build kit to recreate this exact image yourself — plus admin/DB/API handbooks, seed data, a validated test suite, and signed provenance — is at readystack.dev/buy.html.
— ReadyStack · readystack.dev
Content type
Image
Digest
sha256:c956fab4a…
Size
356.9 MB
Last updated
3 days ago
docker pull readystack/nextcloud:v34.0.3-CE-debian-bookworm-r1