mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-28 01:07:07 +00:00
added dozzle
This commit is contained in:
parent
5f1db1f124
commit
83c6cf98ad
14
dozzle/compose.yml
Normal file
14
dozzle/compose.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# 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
|
Loading…
x
Reference in New Issue
Block a user