acheong08 / ChatGPT-API-agent

ChatGPT puppeteer for firefox
MIT License
78 stars 22 forks source link

用docker起的firefox无法建立与server的链接 #8

Closed VoidIsVoid closed 1 year ago

VoidIsVoid commented 1 year ago
image

尝试打开了network.websocket.allowInsecureFromHTTPS依旧无果. 希望给一些排查问题的建议

acheong08 commented 1 year ago

It works normally outside of docker. Try running without it. You might also need to set your security policy as Standard instead of Strict

VoidIsVoid commented 1 year ago

多谢提醒, 给docker加了privileged之后正常工作了