Deploy the hyperswarm-dht-relay on a websocket server
3.8K
DHT-relay websocket server.
Source at https://gitlab.com/dcent-tech/dht-relay-wss.
Note: hyperswarm-dht-relay used in this image is still marked as experimental.
docker run -d -p 127.0.0.1:8080:8080 --network=host hdegroote/dht-relay-wss
network=host is not required, but solves some edge cases with the DHT (particularly on LAN).
Use environment variables to configure the relay. For example:
docker run -d -p 127.0.0.1:8080:8080 --env DHT_RELAY_LOG_LEVEL=debug hdegroote/dht-relay-wss
Content type
Image
Digest
sha256:221ab1412…
Size
99.5 MB
Last updated
over 1 year ago
docker pull hdegroote/dht-relay-wss