Automated builds of official Nextcloud Docker images with FFmpeg pre-installed for video thumbnail generation and media processing (required by apps like Memories).
latest, fpm, apache, stable, production, alpine variants, etc.Drop-in replacement for the official image:
docker pull realies/nextcloud:latest
Or in your docker-compose.yml:
services:
nextcloud:
image: realies/nextcloud:fpm
# ... rest of your config
All non-versioned tags from the official Nextcloud image are available:
| Tag | Base | Description |
|---|---|---|
latest | Debian | Latest stable with Apache |
apache | Debian | Apache variant |
fpm | Debian | PHP-FPM variant |
fpm-alpine | Alpine | PHP-FPM on Alpine Linux |
stable | Debian | Stable release with Apache |
stable-fpm | Debian | Stable with PHP-FPM |
stable-fpm-alpine | Alpine | Stable PHP-FPM on Alpine |
production | Debian | Production release with Apache |
production-fpm | Debian | Production with PHP-FPM |
production-fpm-alpine | Alpine | Production PHP-FPM on Alpine |
A GitHub Actions workflow runs daily and:
Images are only rebuilt when the upstream base image actually changes, so Portainer and similar tools won't show false update notifications.
Content type
Image
Digest
sha256:640967ff6…
Size
633.4 MB
Last updated
about 9 hours ago
docker pull realies/nextcloud:production