Add dozzel/docker-compose.yaml

This commit is contained in:
2024-10-06 19:28:17 -07:00
parent 195322274d
commit 1433d78877

View File

@ -0,0 +1,10 @@
version: '3'
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 28080:8080