Skip to content

Commit 21e164a

Browse files
authored
update agentguard image using dockerhub (#640)
1 parent 0af2ac5 commit 21e164a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/agentguard-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ docker run -d \
8989
-e AGENTGUARD_URL=http://<agentguard-host>:8080 \
9090
-v agentguard-data:/app/data \
9191
--restart unless-stopped \
92-
ghcr.io/timeplus-io/agentguard:latest
92+
timeplus/agentguard:latest
9393
```
9494

9595
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).
@@ -128,7 +128,7 @@ services:
128128
start_period: 30s
129129

130130
agentguard:
131-
image: ghcr.io/timeplus-io/agentguard:latest
131+
image: timeplus/agentguard:latest
132132
container_name: agentguard
133133
ports:
134134
- "8080:8080"

0 commit comments

Comments
 (0)