docker-projects/dozzle/compose.yml

21 lines
337 B
YAML
Raw Permalink Normal View History

2024-07-30 09:48:00 +02:00
# https://dozzle.dev/
# Real-time logging and monitoring for Docker in the browser
name: dozzle
services:
dozzle:
image: amir20/dozzle:latest
container_name: dozzle
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8087:8080
networks:
- proxy
networks:
proxy:
external: true