Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 2 KB

README.md

File metadata and controls

33 lines (20 loc) · 2 KB

Nextcloud Docker image (extended)

Docker Image Version (latest semver)

A docker image based on the official Nextcloud image with additional tools and dependencies.

Additional tools and dependencies packaged inside this container

Currently the following tools and dependencies are installed inside the container (additionally to the ones already available in the official image):

You can find more information by having a look into the Dockerfile.

Usage

Since the image is based on the official Nextcloud docker image, you can use it exactly the same way. The only thing you have to change is the image name, which sould be changed to r0wi/nextcloud-extended:<TAG>. For example:

$ docker run -d -p 8080:80 r0wi/nextcloud-extended:24-apache

Please refer to the official documentation for further details.

How the image is updated

An update script runs every night to ensure that the image inherits all changes from the official Nextcloud image. The script itself searches for all apache-based Nextcloud images on the Docker Hub which are updated within the last 14 days. These images will be taken as base images.