29 lines
870 B
Markdown
29 lines
870 B
Markdown
# Dozzle
|
|
|
|
**Purpose:** Real-time Docker container log viewer.
|
|
|
|
| Property | Value |
|
|
| -------------- | --------------------------- |
|
|
| Status | Running |
|
|
| Image | `amir20/dozzle:latest` |
|
|
| Web UI | <https://logs.home.jens.pub> |
|
|
| Compose file | [`../services/dozzle/docker-compose.yml`](../services/dozzle/docker-compose.yml) |
|
|
|
|
---
|
|
|
|
## Configuration
|
|
|
|
- Live log streaming for all containers
|
|
- No credentials required by default — consider enabling auth if exposed publicly
|
|
|
|
## Volumes
|
|
|
|
| Volume | Mount |
|
|
| ------------- | ------------------------------------------- |
|
|
| `dozzle_data` | `/data` — notification settings and config |
|
|
| `/var/run/docker.sock` | `:ro` — Docker socket for log access |
|
|
|
|
## Networks
|
|
|
|
- `proxy` (external)
|