0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Switch to running autobahntestsuite via Docker

This commit is contained in:
Loïc Hoguin 2025-01-15 13:12:27 +01:00
parent 1724575b42
commit 818b448ae9
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
2 changed files with 11 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"servers": [{
"agent": "Cowboy",
"url": "ws://localhost:33080/ws_echo",
"url": "ws://host.docker.internal:33080/ws_echo",
"options": {"version": 18}
}],