Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 654 Bytes

File metadata and controls

24 lines (16 loc) · 654 Bytes

Nextcloud development environment

A Docker Compose-based development environment for Nextcloud.

Warning

This environment is intended for development only. It uses default credentials and insecure development settings and must not be used in production.

Quick start

Start the basic environment with MySQL:

docker compose up

For PostgreSQL, optional services, dynamic host ports, multiple environments, and other advanced configuration, see the advanced setup guide.

More documentation