mirror of
https://github.com/pvlnes/homelab.git
synced 2026-04-05 19:41:47 +00:00
16 lines
290 B
YAML
16 lines
290 B
YAML
services:
|
|
dozzle:
|
|
image: amir20/dozzle:latest
|
|
container_name: dozzle
|
|
restart: unless-stopped
|
|
|
|
environment:
|
|
- DOZZLE_LEVEL=info
|
|
- DOZZLE_TAILSIZE=3000
|
|
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
|
|
ports:
|
|
- "127.0.0.1:9999:8080"
|