fix gateway

This commit is contained in:
Pascal Vizeli 2022-08-09 08:32:16 +00:00
parent 9f1ab99265
commit 006db94cc0

View File

@ -93,7 +93,7 @@ class DockerNetwork:
) )
ipam_pool_v6 = docker.types.IPAMPool( ipam_pool_v6 = docker.types.IPAMPool(
subnet=str(DOCKER_NETWORK_LINK_LOCAL), subnet=str(DOCKER_NETWORK_LINK_LOCAL),
gateway=str(self.gateway), gateway=str(DOCKER_NETWORK_LINK_LOCAL[1]),
iprange=str(DOCKER_NETWORK_LINK_LOCAL), iprange=str(DOCKER_NETWORK_LINK_LOCAL),
) )