Skip to content

23fed/nextcloud-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextcloud on Docker

Follow these steps to deploy Nextcloud in your Docker environment.

1. Configuration

Update your domain name and environment variables in both the .env file and the docker-compose.yml (specifically under the web or app service).

2. Create the Network

Before launching the containers, manually create the external network to ensure proper communication between services:

docker network create nextcloud_network

Start Compose file

docker compose up -d

About

Eine gedockerte Nextcloud-Umgebung

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published