mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
manual-install - enable ipv6 by default
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
ad8d6ab659
commit
347618f6a8
1 changed files with 10 additions and 0 deletions
|
|
@ -128,8 +128,18 @@ done
|
|||
|
||||
cat << NETWORK >> containers.yml
|
||||
|
||||
# Inspired by https://github.com/mailcow/mailcow-dockerized/blob/master/docker-compose.yml
|
||||
networks:
|
||||
nextcloud-aio:
|
||||
driver: bridge
|
||||
driver_opts:
|
||||
com.docker.network.bridge.name: nextcloud-aio
|
||||
enable_ipv6: true
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: \${IPV4_NETWORK:-172.22.1}.0/24
|
||||
- subnet: \${IPV6_NETWORK:-fd4d:6169:6c63:6f77::/64}
|
||||
NETWORK
|
||||
|
||||
cat containers.yml > latest.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue