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
Copy file name to clipboardExpand all lines: docs/agentguard-installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ docker run -d \
89
89
-e AGENTGUARD_URL=http://<agentguard-host>:8080 \
90
90
-v agentguard-data:/app/data \
91
91
--restart unless-stopped \
92
-
ghcr.io/timeplus-io/agentguard:latest
92
+
timeplus/agentguard:latest
93
93
```
94
94
95
95
Replace `<timeplus-host>` with the hostname or IP where Timeplus is running (use `host.docker.internal` on macOS/Windows when Timeplus runs on the host machine).
0 commit comments