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

docs: typo

This commit is contained in:
Amir Raminfar
2024-06-09 06:19:14 -07:00
parent 50a60f04f1
commit 8527c4688d

View File

@@ -44,7 +44,8 @@ If you are in a private network then you can use [Docker Socket Proxy](https://g
docker container run --privileged -e CONTAINERS=1 -e INFO=1 -v /var/run/docker.sock:/var/run/docker.sock -p 2375:2375 tecnativa/docker-socket-proxy
```
> [!INFO] > `CONTAINERS=1` is required to list running containers. `EVENTS` is also needed but it is enabled by default. `INFO=1` is optional but it will provide more information on host meta data.
> [!INFO]
> Using `CONTAINERS=1` is required to list running containers. `EVENTS` is also needed but it is enabled by default. `INFO=1` is optional but it will provide more information on host meta data.
Running Dozzle without any certs should work. Here is an example: