[add] dozzle
This commit is contained in:
parent
c6273529c5
commit
b22330fa23
3 changed files with 11 additions and 3 deletions
8
dozzle/compose.yaml
Normal file
8
dozzle/compose.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Run with docker compose up -d
|
||||
services:
|
||||
dozzle:
|
||||
image: amir20/dozzle:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- 7777:8080
|
||||
Loading…
Add table
Add a link
Reference in a new issue