From 6032618aabb3e9c067acbe26fc8a956aff910e86 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Wed, 4 Mar 2026 18:21:18 +0100 Subject: [PATCH] Add talk ports --- nextcloud/compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nextcloud/compose.yaml b/nextcloud/compose.yaml index ecc1904..5d3beb7 100644 --- a/nextcloud/compose.yaml +++ b/nextcloud/compose.yaml @@ -11,6 +11,8 @@ services: networks: ["nextcloud-aio"] ports: - 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 + - "3478:3478" + - "3478:3478/UDP" 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 APACHE_PORT: 11000 # Is needed when running behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else). See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md @@ -48,4 +50,3 @@ networks: name: nextcloud-aio driver_opts: com.docker.network.driver.mtu: 1440 - \ No newline at end of file