init
This commit is contained in:
28
docs/dozzle.md
Normal file
28
docs/dozzle.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user