1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 15:42:21 +08:00

docker: expose port 8081 for /ws listener

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
Lars Gierth
2017-03-22 03:16:52 +01:00
parent 20dae521ef
commit edbb42b712

View File

@ -7,11 +7,12 @@ MAINTAINER Lars Gierth <lgierth@ipfs.io>
# 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.