We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddd0d1 commit 3a82adeCopy full SHA for 3a82ade
files/build_templates/docker_image_ctl.j2
@@ -74,6 +74,7 @@ function postStartAction()
74
{
75
{%- if docker_container_name == "database" %}
76
if [ "$DEV" ]; then
77
+ docker exec -i database$DEV sysctl -w net.ipv6.conf.all.disable_ipv6=0
78
link_namespace $DEV
79
fi
80
# Wait until redis starts
0 commit comments