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

chore: removes version from yml files and docs

This commit is contained in:
Amir Raminfar
2024-08-13 08:15:03 -07:00
parent acbb2a8d24
commit 9dfdfbf8b4
12 changed files with 3 additions and 22 deletions

View File

@@ -7,7 +7,6 @@ title: Debugging
By default, Dozzle does not output a lot of logs. However this can be changed with `--level` flag. The default value is `info` which only prints limited logs. You can use `debug` or `trace` which will show details about memory, configuration and other stats. `DOZZLE_LEVEL` can be used in compose configurations. Below is an example of using `docker-compose.yml` file to enable `debug` level.
```yaml
version: "3"
services:
dozzle:
image: amir20/dozzle:latest