mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 10:06:34 +00:00
fix gateway
This commit is contained in:
parent
9f1ab99265
commit
006db94cc0
@ -93,7 +93,7 @@ class DockerNetwork:
|
||||
)
|
||||
ipam_pool_v6 = docker.types.IPAMPool(
|
||||
subnet=str(DOCKER_NETWORK_LINK_LOCAL),
|
||||
gateway=str(self.gateway),
|
||||
gateway=str(DOCKER_NETWORK_LINK_LOCAL[1]),
|
||||
iprange=str(DOCKER_NETWORK_LINK_LOCAL),
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user