diff options
Diffstat (limited to 'auth/auth-service/src/main/resources/docker-compose/sysctl.conf')
-rw-r--r-- | auth/auth-service/src/main/resources/docker-compose/sysctl.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auth/auth-service/src/main/resources/docker-compose/sysctl.conf b/auth/auth-service/src/main/resources/docker-compose/sysctl.conf new file mode 100644 index 00000000..c36fd688 --- /dev/null +++ b/auth/auth-service/src/main/resources/docker-compose/sysctl.conf @@ -0,0 +1,3 @@ +net.ipv6.conf.all.disable_ipv6=1 +net.ipv6.conf.default.disable_ipv6=1 +net.ipv6.conf.lol.disable_ipv6=1 |