add dozzle compose.yaml

This commit is contained in:
2026-01-20 00:19:06 +03:00
parent 136b43a046
commit cdd4b2c1fd

View File

@@ -0,0 +1,10 @@
---
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8080:8080