Add talk ports
This commit is contained in:
@@ -11,6 +11,8 @@ services:
|
|||||||
networks: ["nextcloud-aio"]
|
networks: ["nextcloud-aio"]
|
||||||
ports:
|
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
|
- 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
|
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
|
# 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
|
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
|
name: nextcloud-aio
|
||||||
driver_opts:
|
driver_opts:
|
||||||
com.docker.network.driver.mtu: 1440
|
com.docker.network.driver.mtu: 1440
|
||||||
|
|
||||||
Reference in New Issue
Block a user