@cryptotaxi247 / kubo / commits / edbb42b71

docker: expose port 8081 for /ws listener

License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>

Lars Gierth committed Mar 22, 2017 at 03:16 UTC edbb42b712d5e0f82feebba4cd35b608fc75863d
1 file changed +2 -1
Dockerfile
+2 -1
@@ -7,11 +7,12 @@ MAINTAINER Lars Gierth <lgierth@ipfs.io>
7 # Please keep these two Dockerfiles in sync.
8
9
10 -# Ports for Swarm TCP, Swarm uTP, API, Gateway
10 +# Ports for Swarm TCP, Swarm uTP, API, Gateway, Swarm Websockets
11 EXPOSE 4001
12 EXPOSE 4002/udp
13 EXPOSE 5001
14 EXPOSE 8080
15 +EXPOSE 8081
16
17 # IPFS API to use for fetching gx packages.
18 # This can be a gateway too, since its read-only API provides all gx needs.