Title logo
linuxserver/nextcloud.

A Nextcloud container, brought to you by LinuxServer.io.

314,006,906 658 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/nextcloud
Build Time 26 Sep 2023 12:01:05
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 27.1.1 26 Sep 2023 at 12:01:05

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  nextcloud:
    image: linuxserver/nextcloud:27.1.1
    container_name: nextcloud
    restart: no

CLI

docker create \
  --name=nextcloud \  --restart no \
  linuxserver/nextcloud:27.1.1