From 2ba1ed19991ac3c60a5fab179b5554003cf383a4 Mon Sep 17 00:00:00 2001 From: rosa Date: Sat, 28 Feb 2026 17:56:26 +0100 Subject: [PATCH] fix(nextcloud): remove conflicting port bind --- compose/nextcloud/docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/compose/nextcloud/docker-compose.yml b/compose/nextcloud/docker-compose.yml index d676096..e8d1a9c 100644 --- a/compose/nextcloud/docker-compose.yml +++ b/compose/nextcloud/docker-compose.yml @@ -11,7 +11,6 @@ services: network_mode: bridge # This adds the container to the same network as docker run would do. Comment this line and uncomment the line below and the networks section at the end of the file if you want to define a custom MTU size for the docker network ports: - "${AIO_PORT:-8080}:8080" # This is the AIO interface, served via https and self-signed certificate. See https://github.com/nextcloud/all-in-one#explanation-of-used-ports - - "11000:11000" # security_opt: ["label:disable"] # Is needed when using SELinux. See https://github.com/nextcloud/all-in-one#are-there-known-problems-when-selinux-is-enabled environment: # Is needed when using any of the options below # AIO_DISABLE_BACKUP_SECTION: false # Setting this to true allows to hide the backup section in the AIO interface. See https://github.com/nextcloud/all-in-one#how-to-disable-the-backup-section