NextCloud

Own Cloud / File Storage

About

Installation

Docker-Compose

version: '3.3'
services:
    nextcloud:
        ports:
            - '8080:80'
        image: nextcloud

Pre-Installed VM

If you're in a time crunch, you can simple get a preconfigured VM from hanssonit and deploy that into your infra! I've tested this option before and it works just as well or even better than the docker.

Last updated