1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

docs: quick fix

This commit is contained in:
Amir Raminfar
2024-07-10 11:11:48 -07:00
parent eb07da62ed
commit 44fb55ddfc

View File

@@ -13,7 +13,7 @@ The easiest way to setup Dozzle is to use the CLI and mount `docker.sock` file.
::: code-group
```sh
docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 8080:8080 amir20/dozzle
docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 8080:8080 amir20/dozzle:latest
```
```yaml [docker-compose.yml]