[docker]: Enabled ipv6 in dockers when using docker bridge network (#4426)
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
This commit is contained in:
parent
bddd0d1e53
commit
3a82ade3ef
@ -74,6 +74,7 @@ function postStartAction()
|
||||
{
|
||||
{%- if docker_container_name == "database" %}
|
||||
if [ "$DEV" ]; then
|
||||
docker exec -i database$DEV sysctl -w net.ipv6.conf.all.disable_ipv6=0
|
||||
link_namespace $DEV
|
||||
fi
|
||||
# Wait until redis starts
|
||||
|
Loading…
Reference in New Issue
Block a user