fiatjaf / relayer

A Nostr relay server framework.
The Unlicense
309 stars 84 forks source link

Example relay docker-compose file has wrong port #79

Closed bigOconstant closed 1 year ago

bigOconstant commented 1 year ago

When starting up the project I noticed the websocket was not connecting. Turns out the port is set incorrectly. Because the environment variable isn't being used I removed that too.

PR to fix https://github.com/fiatjaf/relayer/pull/78

fiatjaf commented 1 year ago

No need to create these issues, just the PR is fine. Thank you!