1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

chore: adds more examples

This commit is contained in:
Amir Raminfar
2024-07-09 09:42:21 -07:00
parent ce2b008098
commit f866724f62

View File

@@ -0,0 +1,12 @@
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