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