Add talk ports

This commit is contained in:
2026-03-04 18:21:18 +01:00
parent 6f8929b193
commit 6032618aab

View File

@@ -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