1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

docs: fixes agent page

This commit is contained in:
Amir Raminfar
2024-07-24 19:42:02 -07:00
parent ed351f9d07
commit c87a7b1272

View File

@@ -97,7 +97,7 @@ Similar to Dozzle instance, you can change the agent's name by providing the `DO
::: code-group
```sh
docker run -v /var/run/docker.sock:/var/run/docker.sock -p 7007:7007 amir20/dozzle:agent agent --hostname my-special-name
docker run -v /var/run/docker.sock:/var/run/docker.sock -p 7007:7007 amir20/dozzle:latest agent --hostname my-special-name
```
```yaml [docker-compose.yml]