apply suggestions to manual-install network as well

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-05-03 18:38:42 +02:00
parent 0d942935d8
commit beffb879dc

View file

@ -131,14 +131,12 @@ cat << NETWORK >> containers.yml
# Inspired by https://github.com/mailcow/mailcow-dockerized/blob/master/docker-compose.yml
networks:
nextcloud-aio:
name: 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