Official Nextcloud (apache) image with ffmpeg added — drop-in replacement, auto-updated.
973
The official Nextcloud image (apache
variant) with ffmpeg added — nothing else is changed.
Everything else is the original image, so all usage, configuration, environment variables and volumes are exactly as documented upstream. Please refer to the official documentation:
Use this image as a drop-in replacement for nextcloud — same tags, same
configuration. Images are published to both GHCR and Docker Hub:
docker pull ghcr.io/anym001/docker-nextcloud:latest
docker pull anym001/docker-nextcloud:latest # Docker Hub
Tags:
<version> — e.g. 34.0.0 (fixed, built for each official version)<major> — e.g. 34 (rolling; tracks the newest patch of that major, like the official nextcloud:34)latest — points to the newest official versionTo confirm ffmpeg is available inside the container:
docker exec <container> ffmpeg -version
New official Nextcloud versions are detected automatically on Docker Hub and
rebuilt with ffmpeg; latest always points to the newest version.
release-check.yml — daily check of the official image tags; triggers a
build when a newer stable apache version appearsbuild-docker.yml — builds the image and pushes it to GHCR and Docker Hub,
then creates a GitHub Releaseci.yml — lints the Dockerfile and workflows and verifies that ffmpeg is
present and runnablePRs are welcome — see CONTRIBUTING.md. Security issues: please report them privately, see SECURITY.md.
The contents of this repository (Dockerfile, workflows, and documentation) are licensed under the MIT License.
This project only packages the official Nextcloud image with an additional package; it does not modify or redistribute Nextcloud's source. Nextcloud and ffmpeg are distributed under their own licenses, and all upstream copyrights and trademarks remain with their respective owners.
Built with Claude Code.
Content type
Image
Digest
sha256:80769a428…
Size
647.8 MB
Last updated
6 days ago
docker pull anym001/docker-nextcloud