mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
add internal network config to docker-compose file as well
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
b194450875
commit
3ff0b2e987
1 changed files with 13 additions and 0 deletions
|
|
@ -47,3 +47,16 @@ services:
|
|||
# - ./data:/data
|
||||
# - ./sites:/srv
|
||||
# network_mode: "host"
|
||||
|
||||
# # Optional: If you need ipv6, follow step 1 and 2 of https://github.com/nextcloud/all-in-one/blob/main/docker-ipv6-support.md first and then uncomment the below config in order to activate ipv6 for the internal nextcloud-aio network
|
||||
# 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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue