You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You mean restarting docker daemon? Seems like an issue with docker installation, that it is probably not setting up network properly. I never heard of such issue, with other containers it works without restarting?
When I've added a room, I'm waiting to sign in until I'm prompted to time out, and when I restart with docker-compose, I can enter the room. My deployment environment is on a LAN
Could you compare room logs (docker ps, find room, docker logs <container-name>) before and after restart? Whats different there. Also check neko-rooms logs if there is anything relevant. Make sure to have set NEKO_DEBUG=1 env variable and NEKO_ROOMS_DEBUG=1 for neko rooms to get verbose logs.
I do have the same issue.
When i create a new room with an, in my case, Intel iGPU and start it.
It fails to start, i need to stop it and start it again, then it works and continues to work.
Hello, when I use the tutorial to install neko-rooms in the intranet environment, I have to restart docker to enter the room, this is my env file.
TZ=Asia/Shanghai
NEKO_ROOMS_EPR=59000-59100
NEKO_ROOMS_NAT1TO1=192.168.211.87
NEKO_ROOMS_TRAEFIK_DOMAIN=test.com
NEKO_ROOMS_TRAEFIK_ENTRYPOINT=websecure
NEKO_ROOMS_TRAEFIK_NETWORK=neko-rooms-traefik
NEKO_ROOMS_TRAEFIK_CERTRESOLVER=lets-encrypt
NEKO_ROOMS_NEKO_IMAGES=m1k1o/neko:firefox m1k1o/neko:chromium m1k1o/neko:google-chrome
我在本地hosts文件中添加映射192.168.211.87 test.com
The text was updated successfully, but these errors were encountered: