mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
apply suggestions to manual-install network as well
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
0d942935d8
commit
beffb879dc
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue