We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e6e09 commit ca922fcCopy full SHA for ca922fc
docker-compose.yml
@@ -90,7 +90,7 @@ services:
90
replicas: ${JSONRPC_REPLICAS:-1}
91
labels:
92
traefik.enable: true
93
- traefik.http.routers.jsonrpc.rule: Host(`${SERVER_NAME}`) && PathPrefix(`/api`)
+ traefik.http.routers.jsonrpc.rule: Host(`${SERVER_NAME}`) && (PathPrefix(`/api`) || PathPrefix(`/socket.io`))
94
traefik.http.routers.jsonrpc.entrypoints: websecure
95
traefik.http.routers.jsonrpc.tls: true
96
0 commit comments