From beffb879dc45a74e5f9ad3e8ce8745bd8cfb57d4 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 3 May 2023 18:38:42 +0200 Subject: [PATCH] apply suggestions to manual-install network as well Signed-off-by: Simon L --- manual-install/update-yaml.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manual-install/update-yaml.sh b/manual-install/update-yaml.sh index 18971040..a0e04db7 100644 --- a/manual-install/update-yaml.sh +++ b/manual-install/update-yaml.sh @@ -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