-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Caddyfile to fix the Web Socket and event #106
Conversation
Not sure why you changed the 9000->14703 WEBSocket event.
|
You can see the docker logs of the event container it was running on 14703 and also WS failed if you used the 9000. I see the error in the Frontend console for WS failed but after changing the port in the file it works fine. |
Maybe I'm looking in the wrong place?
|
Not sure, why your and my was different. As I'm using the same https://github.com/revoltchat/self-hosted/blob/master/compose.yml#L50C12-L50C32 with latest tag.
|
I got it, I'm sorry. 🐱👤 |
Then you should probably have specified the tag too, otherwise it will cause problems as the specified version is still running on the old port. |
What was the issue? |
Please make sure to check the following tasks before opening and submitting a PR