Follow these steps to deploy Nextcloud in your Docker environment.
Update your domain name and environment variables in both the .env file and the docker-compose.yml (specifically under the web or app service).
Before launching the containers, manually create the external network to ensure proper communication between services:
docker network create nextcloud_networkdocker compose up -d