From b8338238a0ec447c61a151c6fb53a70e922a5613 Mon Sep 17 00:00:00 2001 From: hotstovejer Date: Sat, 6 Dec 2025 17:46:34 -0600 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 38e419e..3095a76 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -64,4 +64,11 @@ volumes: # If you want to store the data on a different drive, see https://githu # caddy_certs: # caddy_config: # caddy_data: - # caddy_sites: \ No newline at end of file + # caddy_sites: + +# # Adjust the MTU size of the docker network. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-mtu-size-of-the-docker-network +networks: + nextcloud-aio: + name: nextcloud-aio + driver_opts: + com.docker.network.driver.mtu: 1440 \ No newline at end of file