我正在使用Traefik2.0 (v2),并尝试在我服务器上配置bitwardenrs。/bw-data:/data WEBSOCKET_ENABLED: "true" # Required to use websockets
SIGNUPS_ALLOWED'/notifications/hub' should be proxied to the websocket server or
我很难将我的nodejs后端服务连接到redis服务(两者都以群集模式运行)。后端服务器无法启动,因为它抱怨无法通过以下错误到达redis:相反,如果我试图使用curl redis-dev.localhost:6379从后端容器中访问redis服务,我将得到响应curl这意味着后端容器可以使用redis服务:下面是后端的停靠-撰写yaml:services: ima