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