summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-09-23 15:36:32 -0300
committerKali Kaneko <kali@leap.se>2015-09-23 15:21:19 -0400
commit1b8e9f5d6df6aedd3566069d9d27adc1d8ad771d (patch)
tree9f6b8ffdcaabd5b6f8942fa8e235071de256f5cb /changes
parent36ef9dc7f9894a2578e8697e4b20e7e808c63f5b (diff)
[feat] disable local-only bind on docker container
- Related: #7471
Diffstat (limited to 'changes')
-rw-r--r--changes/feature-7471_disable-local-bind-for-docker1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature-7471_disable-local-bind-for-docker b/changes/feature-7471_disable-local-bind-for-docker
new file mode 100644
index 0000000..a1ccb67
--- /dev/null
+++ b/changes/feature-7471_disable-local-bind-for-docker
@@ -0,0 +1 @@
+- disable local only tcp bind on docker containers to allow access to IMAP and SMTP. Related to #7471.