mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-10 02:36:29 +00:00
Cleanup
This commit is contained in:
parent
5c0172440a
commit
2470d16d85
@ -94,7 +94,6 @@ class DockerNetwork:
|
|||||||
ipam_pool_v6 = docker.types.IPAMPool(
|
ipam_pool_v6 = docker.types.IPAMPool(
|
||||||
subnet=str(DOCKER_NETWORK_ULA),
|
subnet=str(DOCKER_NETWORK_ULA),
|
||||||
gateway=str(DOCKER_NETWORK_ULA[1]),
|
gateway=str(DOCKER_NETWORK_ULA[1]),
|
||||||
iprange=str(DOCKER_NETWORK_ULA),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
ipam_config = docker.types.IPAMConfig(pool_configs=[ipam_pool_v4, ipam_pool_v6])
|
ipam_config = docker.types.IPAMConfig(pool_configs=[ipam_pool_v4, ipam_pool_v6])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user