[add] dozzle

This commit is contained in:
Andy Bunce 2025-05-06 21:31:49 +01:00
parent c6273529c5
commit b22330fa23
3 changed files with 11 additions and 3 deletions

8
dozzle/compose.yaml Normal file
View file

@ -0,0 +1,8 @@
# Run with docker compose up -d
services:
dozzle:
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 7777:8080