Skip to content

Commit f864041

Browse files
committed
Increase the number of IPs in Docker networks
1 parent c8defb4 commit f864041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ytl-linux-digabi2-examnet/templates/docker-daemon.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"dns": ["${DOCKER_NETWORK_DNS_RESOLVER_IP}"],
33
"default-address-pools":
44
[
5-
{"base": "${DOCKER_NETWORK_POOL_BASE_IP}/16", "size":26}
5+
{"base": "${DOCKER_NETWORK_POOL_BASE_IP}/16", "size":24}
66
]
77
}

0 commit comments

Comments
 (0)