1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 03:27:29 +01:00

Update agent.md

This commit is contained in:
Amir Raminfar
2024-07-05 14:45:10 -07:00
committed by GitHub
parent abac919aaa
commit 4ba989e52a

View File

@@ -13,7 +13,7 @@ To create a Dozzle agent, you need to run Dozzle with the `agent` subcommand. He
::: code-group
```sh
docker run -v /var/run/docker.sock:/var/run/docker.sock -p 7007:7007 amir20/dozzle:agent agent
docker run -v /var/run/docker.sock:/var/run/docker.sock -p 7007:7007 amir20/dozzle:latest agent
```
```yaml [docker-compose.yml]