mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 13:23:07 +01:00
13 lines
240 B
YAML
13 lines
240 B
YAML
services:
|
|
dozzle:
|
|
image: amir20/dozzle:latest
|
|
command: agent
|
|
environment:
|
|
- DOZZLE_LEVEL=debug
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
ports:
|
|
- "7007:7007"
|
|
deploy:
|
|
mode: global
|