From bd4afa7cff72e92cadeedee7d43a908836cf0eb9 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 10 May 2023 12:03:09 +0000 Subject: [PATCH] Yaml updates Signed-off-by: GitHub --- manual-install/latest.yml | 8 ++++++++ manual-install/sample.conf | 1 + 2 files changed, 9 insertions(+) diff --git a/manual-install/latest.yml b/manual-install/latest.yml index e3d5fc82..7e20ff51 100644 --- a/manual-install/latest.yml +++ b/manual-install/latest.yml @@ -237,5 +237,13 @@ volumes: nextcloud_aio_nextcloud_data: name: nextcloud_aio_nextcloud_data +# Inspired by https://github.com/mailcow/mailcow-dockerized/blob/master/docker-compose.yml networks: nextcloud-aio: + name: nextcloud-aio + driver: bridge + enable_ipv6: true + ipam: + driver: default + config: + - subnet: ${IPV6_NETWORK} diff --git a/manual-install/sample.conf b/manual-install/sample.conf index e2357b4c..6c438210 100644 --- a/manual-install/sample.conf +++ b/manual-install/sample.conf @@ -31,3 +31,4 @@ TALK_PORT=3478 # This allows to adjust the port that the talk container TIMEZONE=Europe/Berlin # TODO! This is the timezone that your containers will use. TURN_SECRET= # TODO! This needs to be a unique and good password! UPDATE_NEXTCLOUD_APPS="no" # When setting to "yes" (with quotes), it will automatically update all installed Nextcloud apps upon container startup on saturdays. +IPV6_NETWORK=fd12:3456:789a:2::/64 # IPv6 subnet to use