1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

chore: updates docs

This commit is contained in:
Amir Raminfar
2025-04-23 08:44:36 -07:00
parent 847c4ee115
commit 044ef7a2b2

View File

@@ -37,6 +37,6 @@ services:
:::
In the above example, `/var/log/system.log` is mounted from the host and used with `tail -f` to follow the file. `tail` is smart to follow log rotations. During testing, using Alpine only uses about `300KB` of memory.
In the above example, `/var/log/system.log` is mounted from the host and used with `tail -f` to follow the file. `tail` is smart to follow log rotations. During testing, using Alpine used about `~50KB` of memory.
The second tab shows a `docker-compose` file which is useful if you want the log stream to survive server reboot.