Oddbean new post about | logout
 nostr:nprofile1qqsw9n8heusyq0el9f99tveg7r0rhcu9tznatuekxt764m78ymqu36cpz4mhxue69uhhyetvv9ujuat50phjummwv5hszymhwden5te0wahhgtn4w3ux7tn0dejj7qg4waehxw309an8yetwwvh82arcduhx7mn99uuwx66a, I'm currently setting up a WoT relay but WebSocket connections are failing despite being accessible over my domain and localhost.

Errors I've had:

- The Docker container doesn't bind to port 3334 due to the systemd service running there.
- I start the Docker container on a different port (3335, 8080, 8008, etc.) with the systems service running, but still no connections are made.
- If I stop the systemd service, I get a 502 error with the index.html path not being accessible, even with the Docker container running.

Thoughts? Running on a 2 GB/2 vCPU DigitalOcean droplet with a reserved IP.