Files
docker-infrastructure/dozzel/docker-compose.yaml
2024-10-06 19:28:17 -07:00

10 lines
185 B
YAML

version: '3'
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 28080:8080