mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
refactored all to dev
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Dozzle
|
||||
|
||||
https://dozzle.dev/
|
||||
|
||||
Simple Container Monitoring and Logging
|
||||
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
dozzle:
|
||||
image: amir20/dozzle:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- 8080:8080
|
||||
Reference in New Issue
Block a user