removed dozzle

This commit is contained in:
2026-07-14 21:39:19 -07:00
parent 97989dc907
commit b892335522
4 changed files with 3 additions and 12 deletions
+3
View File
@@ -58,6 +58,9 @@ These are projects that are not supported in this repo and the alternative:
1. [Dockge](https://dockge.kuma.pet/) - Simple Docker Compose stack manager with a clean UI for deploying and managing containers.
*Preferred alternative: Dockhand - lighter-weight and preferred by the user.*
1. [Dozzle](https://dozzle.dev/) — Real-time Docker log viewer web UI.
*Preferred alternative: Dockhand has built-in log viewing, making Dozzle redundant.*
1. [Gotify](https://gotify.net/) - Self-hosted push notification server for sending messages to apps.
*Preferred alternative: [ntfy](https://ntfy.sh/) - simpler pub/sub notification system with mobile and CLI support.*
-5
View File
@@ -1,5 +0,0 @@
# Dozzle
https://dozzle.dev/
Simple Container Monitoring and Logging
-7
View File
@@ -1,7 +0,0 @@
services:
dozzle:
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8080:8080
View File