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
A high-performance caching proxy server that sits in front of OWL reasoning services to dramatically speed up query responses. Built on NGINX Alpine with 90-day cache TTL and stale-while-revalidate pattern.
6
6
@@ -10,7 +10,7 @@ A high-performance caching proxy server that sits in front of OWL reasoning serv
10
10
11
11
```bash
12
12
# Start the proxy
13
-
docker run -d --name owl-cache -p 80:80 virtualflybrain/owlery-cache:latest
13
+
docker run -d --name owl-cache -p 80:80 virtualflybrain/owl_cache:latest
0 commit comments