diff options
author | Sai Gandham <sg481n@att.com> | 2018-03-27 20:33:30 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-03-27 20:33:37 +0000 |
commit | 649335a398f1d0fd7e7d42062c6618c99517ef5d (patch) | |
tree | 7598a19d4fe0defdb63f7b029b98845b33c7d29a /auth/auth-service/src/main/resources/docker-compose/sysctl.conf | |
parent | 20c4a4ad243780161e9f9017ca1a871812da4e89 (diff) |
Add deploy plugin to cadi shiro,oauth
Also add docker-compose file for csit jobs.
Issue-ID: AAF-199
Change-Id: I454eb1d602677126283502658c356ff4411dcb6e
Signed-off-by: Sai Gandham <sg481n@att.com>
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 |