From edbb42b712d5e0f82feebba4cd35b608fc75863d Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Wed, 22 Mar 2017 03:16:52 +0100 Subject: [PATCH] docker: expose port 8081 for /ws listener License: MIT Signed-off-by: Lars Gierth --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3507e0530..c8c95e1fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,11 +7,12 @@ MAINTAINER Lars Gierth # Please keep these two Dockerfiles in sync. -# Ports for Swarm TCP, Swarm uTP, API, Gateway +# Ports for Swarm TCP, Swarm uTP, API, Gateway, Swarm Websockets EXPOSE 4001 EXPOSE 4002/udp EXPOSE 5001 EXPOSE 8080 +EXPOSE 8081 # IPFS API to use for fetching gx packages. # This can be a gateway too, since its read-only API provides all gx needs.