This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 16caa76  IGNITE-12169 Dockerfile: Expose Thin Client and REST API ports
16caa76 is described below

commit 16caa76f6e703ed5bc04eaa7e9fd702686e1e238
Author: Pavel Tupitsyn <ptupit...@apache.org>
AuthorDate: Mon Sep 16 12:40:52 2019 +0300

    IGNITE-12169 Dockerfile: Expose Thin Client and REST API ports
---
 docker/apache-ignite-net/Dockerfile | 3 +++
 docker/apache-ignite/Dockerfile     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/docker/apache-ignite-net/Dockerfile 
b/docker/apache-ignite-net/Dockerfile
index 7e354c9..050956b 100644
--- a/docker/apache-ignite-net/Dockerfile
+++ b/docker/apache-ignite-net/Dockerfile
@@ -30,4 +30,7 @@ WORKDIR /app
 COPY libs ./libs
 COPY publish ./
 
+# Container port exposure
+EXPOSE 11211 47100 47500 49112 10800 8080
+
 ENTRYPOINT ["dotnet", "Apache.Ignite.dll"]
diff --git a/docker/apache-ignite/Dockerfile b/docker/apache-ignite/Dockerfile
index 148ce42..7eb440d 100644
--- a/docker/apache-ignite/Dockerfile
+++ b/docker/apache-ignite/Dockerfile
@@ -45,4 +45,4 @@ RUN chmod 555 $IGNITE_HOME/run.sh
 CMD $IGNITE_HOME/run.sh
 
 # Container port exposure
-EXPOSE 11211 47100 47500 49112
+EXPOSE 11211 47100 47500 49112 10800 8080

Reply via email to